reactive-streams
Here are 388 public repositories matching this topic...
Motivation
Some IDEs like IntelliJ don't display the javadoc custom tags at all in their javadoc popup.
As a consequence, discovering information about the discard and continue support might be difficult.
Searching the HTML version or the source to look for information about support might still be acceptable, but the tags should not be the only places where eg. a caveat or structuring im
Automatic binding+disposal of RxJava streams.
-
Updated
May 11, 2020 - Java
Hi! Thanks again for creating ReactiveSwift! I've searched around a bit online and can't find what I'm looking for.
The APIContracts used to include this best p
Some of the benchmarks don't have the correct scala doc, fixing those.
- https://github.com/monix/monix/blob/master/benchmarks/vnext/src/main/scala/monix/benchmarks/AsyncQueueBenchmark.scala#L41
- https://github.com/monix/monix/blob/master/benchmarks/shared/src/main/scala/monix/benchmarks/CoevalAttemptBenchmark.scala#L38
- https://github.com/monix/monix/blob/master/benchmarks/shared/src/main/
Elastic search has a good set of request parameters that the field mapping request case class does not satisfy:
https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-mapping.html
Specific
The Alpakka Kafka documentation should show how the classic KafkaConsumerActor is created when the user has a typed actor system.
I expected Validated to have an ap method or something, but I can't seem to find it. The only docs I can see are https://github.com/aol/cyclops/wiki/Validator, which clearly isn't the current implementation, and I notice aol/cyclops#826 as another issue, but I don't see the proposed ap method.
S3: Include docs example to setup AvroParquet writer with Hadoop info set from the application.conf
Currently working with the AvroParquet module writing to S3, and I thought it would be nice to inject S3 configuration from application.conf to the AvroParquet as same as it is being done for alpakka-s3.
In such case, importing hadoop configuration would not be required, but optional.
In which being the original code for creating an avro parquet writer to S3 like:
val writer
Please check the reproducible example here: https://github.com/michaelr524/reactor-netty-ssl-leak
mvn clean package
java -jar target/reactor-netty-ssl-leak-1.0-SNAPSHOT.jar
- Reactor version(s) used: 0.9.4.RELEASE
- Other relevant libraries versions (eg.
netty, ...): - JVM version (
javar -version):
openjdk version "12.0.2" 2019-07-16
OpenJDK Runtime Environment (build 12.0
I'm not certain this is a bug in the code, but I feel like I've been mislead with the documentation and the behavior doesn't match what I thought I'd expect. I am using v1.22.0
First off, my use-case I think is a bit non-standard so that could be part of the problem. I have a consistent schema (Tables/Databases) that exist in multiple keyspaces (of which I don't know ahead of time, and aren't sta
Currently websockets are unsupported:
class SttpBackendStub[F[_], S] private (
monad: MonadError[F],
matchers: PartialFunction[Request[_, _], F[Response[_]]],
fallback: Option[SttpBackend[F, S, NothingT]]
) extends SttpBackend[F, S, NothingT] { // TODO
(note the TODO for the NothingT type parameter which specifies what kind of websockets are supported).
The bac
Library to convert between RxJava 1.x and 2.x/3.x reactive types, schedulers and resource handles.
-
Updated
Jun 8, 2020 - Java
Spring 5 Reactive playground
-
Updated
Jun 8, 2020 - Java
RxJava 2.x & 3.x extra sources, operators and components and ports of many 1.x companion libraries.
-
Updated
Jun 8, 2020 - Java
Bi-directional type bridging between RxSwift and Apple's Combine framework
-
Updated
May 10, 2020 - Swift
R2DBC PostgreSQL Implementation
-
Updated
May 30, 2020 - Java
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)
-
Updated
Jun 12, 2020 - Java
RxJava2 integration with JDBC including Non-blocking Connection Pools
-
Updated
Apr 26, 2020 - Java
May be it's finally time to split things in modules and separate files, even the tiny ones. So rewriting it in TypeScript or smth. would be much easier and code will be even easier to parse and test.
This issue, similar to #21, collects some interesting cases and pitfalls in the form of Java Puzzlers, giving a scenario and offering 4-6 answers.
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.
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.
-
Updated
Jun 8, 2020 - Swift
JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
-
Updated
Jun 11, 2020 - Java
R2DBC MySQL Implementation
-
Updated
Jun 13, 2020 - Java
Kafka-based message queue
-
Updated
Jan 23, 2019 - 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."


Originally posted on StackOverflow.
The following code crashes with
StackOverflowErrorand the stacktrace shows a long chain ofrequestcalls.