We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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-js
For java: https://smallrye.io/smallrye-mutiny/index.html
Apart from reactive streams spec we have cloud events spec (this is somehow different but still falls into category of event platform wrappers).
https://github.com/cloudevents/spec
The text was updated successfully, but these errors were encountered:
I know we have support for Node.js in cloudevents as @lholmquist is involved in that project.
Good idea to have a section on streams/reactive.
Sorry, something went wrong.
No branches or pull requests
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-js
For java:
https://smallrye.io/smallrye-mutiny/index.html
Apart from reactive streams spec we have cloud events spec (this is somehow different but still falls into category of event platform wrappers).
https://github.com/cloudevents/spec
The text was updated successfully, but these errors were encountered: