-
Updated
Nov 5, 2020 - Java
reactive-streams
Here are 412 public repositories matching this topic...
-
Updated
Aug 28, 2020 - Java
-
Updated
Oct 27, 2020 - Swift
-
Updated
Nov 2, 2020 - Scala
-
Updated
Nov 3, 2020 - Scala
-
Updated
Nov 2, 2020 - Scala
My following WebClient is working fine with internet connection but not through our proxy connection.
WebClient webClient = WebClient.builder()
.baseUrl("https://targetsite.com")
.build();
webClient.post()
.uri("/service/serviceName")
.body(BodyInserters.fromObject(reqData))
.retrieve()
.bodyToMono(WebServiceResponse.class)
Event though, the sam
-
Updated
Sep 13, 2020 - Java
-
Updated
Nov 5, 2020 - Scala
-
Updated
Oct 28, 2020 - Scala
-
Updated
Nov 5, 2020 - Scala
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 5, 2020 - Java
-
Updated
Oct 14, 2020 - Swift
-
Updated
Oct 30, 2020 - Java
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 4, 2020 - Java
-
Updated
Nov 5, 2020 - Java
-
Updated
Nov 4, 2020 - Java
Add FilterMany
Just like MapMany; it's pretty common for me to have a publisher of an array, and then I want to filter the items inside the array. So now I have to combine a filter inside a map, and a filterMany would be a pretty nice convenience.
Problem or use case
The client is currently only logging errors and warnings. For debugging purposes and during application development, it would be very useful to also have logs detailing the message flow.
Preferred solution or suggestions
TRACE level logging for incoming and outgoing MQTT control packet types, e.g., PUBLISH, SUBSCRIBE, PUBACK, SUBACK.
-
Updated
May 19, 2020 - JavaScript
-
Updated
Oct 30, 2020
-
Updated
Oct 17, 2020 - Java
-
Updated
Oct 12, 2020 - Java
During akka-grpc-maven-plugin:0.6.0:generate, and likely other similar non akka-grpc tasks, if /tmp/ for this process is not accessible, or has the noexec mount option set:
Execution default of goal com.lightbend.akka.grpc:akka-grpc-maven-plugin:0.6.0:generate failed: protoc exit code 1: /tmp/protocbridge7686600923568091505: program not found or is not executable
Perhaps add a fal
-
Updated
Mar 21, 2019 - Java
-
Updated
Aug 22, 2020 - Swift
Improve this page
Add a description, image, and links to the reactive-streams topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the reactive-streams topic, visit your repo's landing page and select "manage topics."


Documentation Issue