-
Updated
Oct 7, 2020 - Java
reactive-streams
Here are 412 public repositories matching this topic...
-
Updated
Aug 28, 2020 - Java
-
Updated
Oct 5, 2020 - Swift
-
Updated
Oct 9, 2020 - Scala
-
Updated
Oct 9, 2020 - Scala
-
Updated
Oct 10, 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
Oct 10, 2020 - Scala
-
Updated
Jun 10, 2020 - Scala
-
Updated
Oct 9, 2020 - Scala
-
Updated
Oct 8, 2020 - Java
-
Updated
Oct 11, 2020 - Java
-
Updated
Oct 10, 2020 - Java
-
Updated
Sep 21, 2020 - Swift
-
Updated
Oct 8, 2020 - Java
-
Updated
Oct 10, 2020 - Java
-
Updated
Oct 9, 2020 - Java
-
Updated
Sep 21, 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.
-
Updated
May 19, 2020 - JavaScript
-
Updated
Sep 30, 2020
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
Apr 26, 2020 - Java
-
Updated
Sep 14, 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
Oct 5, 2020 - Scala
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