You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: