-
The **streams** branch looks like it stalled, there were a couple of issues picked up under #53. Was there a serious issue, or did you just get fed up with it? 😉
I could really do with stream suppo…
-
### Before reporting an issue
- [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
a…
-
A new instrumentation module is needed to support the mongo reactive v5.2.0 library.
Below is the verify instrumentation failure when the mongodb-reactive-streams-4.8 module is run against v5.2:
```…
-
Any chance we could get a set of capture points for RxJava3?
I've tried a few myself but I can't figure it out.
-
I'm using the smallrye-reactive-messaging (kafka) extension within wildfly
```
/extension=org.wildfly.extension.microprofile.reactive-messaging-smallrye:add
/extension=org.wildfly.extension.mic…
h2mch updated
1 month ago
-
Reactive streams (mutiny in quarkus) provides very good abstraction for even streaming.
We can consider introducing that as separate category:
https://github.com/reactive-streams/reactive-streams-…
-
The implementation still uses an uncancelable `async_` call which will hang on CE 3.5: https://github.com/typelevel/fs2/blob/9c523441c8f1770faafb36e01c893218162cdb72/reactive-streams/src/main/scala/fs…
-
For developers like me living in a reactive world, it would be interesting if pf4j-update provides support for reactive streams.
I would propose myself as candidate to work on this feature and submit…
-
### Description
I am attempting to build a native image for my Spring Boot application using GraalVM, but I am encountering initialization issues related to classes during the build time. These issues…
-
I want @Retryable to work, out of the box, with Reactor & RxJava types.
Right now I am using custom annotation & aspect to achieve this.
It would be nice to have this in Spring.