Skip to content
New issue

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

RSocket (and Reactive Streams) support #282

Open
shafqatevo opened this issue Jan 26, 2020 · 1 comment
Open

RSocket (and Reactive Streams) support #282

shafqatevo opened this issue Jan 26, 2020 · 1 comment

Comments

@shafqatevo
Copy link

shafqatevo commented Jan 26, 2020

Hi @kevinbader,

Have you considered supporting RSocket (http://rsocket.io/) and thereby Reactive Streams (http://www.reactive-streams.org/)?

This will allow clients to deal with the connectivity at a higher level of abstraction, directly linking the stream with the reactive streams code in client apps. The reactive stream can potentially extend all the way to Kafka consumers, again seamlessly getting consumed/produced by standard reactive streams libraries - that will be very powerful.

Spring Cloud Gateway (https://spring.io/projects/spring-cloud-gateway) supports RSocket. Sample: https://github.com/spencergibb/spring-cloud-gateway-rsocket-sample

Also this gateway: https://github.com/bsideup/liiklus

@kevinbader
Copy link
Contributor

@shafqatevo thanks, I'll look into it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants