RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
-
Updated
Sep 4, 2020 - Java
{{ message }}
RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Automatic binding+disposal of RxJava streams.
Streams of values over time
Asynchronous, Reactive Programming for Scala and Scala.js.
Elasticsearch Scala Client - Reactive, Non Blocking, Type Safe, HTTP Client
Alpakka Kafka connector - Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
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
An advanced, but easy to use, platform for writing functional applications in Java 8.
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Schema safe, type-safe, reactive Scala driver for Cassandra/Datastax Enterprise
The Scala HTTP client you always wanted!
Library to convert between RxJava 1.x and 2.x/3.x reactive types, schedulers and resource handles.
Spring 5 Reactive playground
RxJava 2.x & 3.x extra sources, operators and components and ports of many 1.x companion libraries.
Bi-directional type bridging between RxSwift and Apple's Combine framework
A networking framework that evolves with your application
ScaleCube Services is a high throughput, low latency reactive microservices library built to scale. it features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing. its open and designed to accommodate changes. (no sidecar in a form of broker or any kind)
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
JetLinks Core
RxJava2 integration with JDBC including Non-blocking Connection Pools
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.
TRACE level logging for incoming and outgoing MQTT control packet types, e.g., PUBLISH, SUBSCRIBE, PUBACK, SUBACK.
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
R2DBC MySQL Implementation
A joint research effort for building highly optimized Reactive-Streams compliant operators.
Simple, expressive, and safe UI library for Scala.js
Add a description, image, and links to the reactive-streams topic page so that developers can more easily learn about it.
To associate your repository with the reactive-streams topic, visit your repo's landing page and select "manage topics."
Documentation Issue
The diagram legend at the top of the Flux/Mono javadoc page is awesome. However, the legend only mentions a very simple use case, and there are many other symbols used in the method diagrams that do not appear in the legend.
Improvement Suggestion
It would be super-awesome if the legend included all symbols used in the method diagrams.
For example: