-
Apache Camel是支持Reactive Stream,你可以在 https://camel.apache.org/components/3.11.x/reactive-streams-component.html 这里找到,也不复杂。 但是可能直接整合Apache Camel和RSocket,可能在一些场合比较好,想了解一下有没有人在使用Apache Camel,具体有什么想法。 :…
-
At the moment, MicroProfile Reactive Messaging works with Kafka (standalone) and IBM Event Streams (under IBM Cloud or ICP). Since IBM MQ is very popular and part of ICPI, we should do the integration…
-
The new Spring reactive way is Reactor + Kotlin Coroutines (with suspend functions). This allows for sequential composition of functions working on reactive streams.
I would suggest to create an ad…
-
I'm a long time user of Reactor via Webflux in Spring Boot. I was testing Micronaut and noticed a couple of things.
1. An HTTP Client cannot control what response - stream-json / json - it would re…
-
Developing reactive applications over streaming pipelines are very popular in recent days. Many opensource frameworks that are available in the market (Ex: SpringBoot reactive apis, Eclipse .Vertx....…
-
Is there interest in extending Missionary to work with ClojureDart and Flutter?
Dart has [concurrency support](https://dart.dev/language/concurrency) via futures and streams so seems a reasonable t…
jcf updated
11 months ago
-
Currently, the default dispatcher used for suspending controller functions is `Dispatchers.Unconfined`, which is a dangerous poor choice. I believe it was chosen due to the common misconception that `…
-
I'd like to raise a feature request for native bindings with Spring Framework & Boot. I think a `spring-data` like component will be very comfortable for lots of Java developers. The main features in …
-
## Feature Request
Add a full module descriptor for improved use with JPMS. See also https://github.com/reactive-streams/reactive-streams-jvm/issues/531
#### Is your feature request related to a…
-
I'm opening this issue as a way to announce that we're intent on archiving this project.
It has been part of the incubator for a long time, and furthermore the reactor maintainers don't have the band…