reactive-interaction-gateway icon indicating copy to clipboard operation
reactive-interaction-gateway copied to clipboard

RSocket (and Reactive Streams) support

Open shafqatevo opened this issue 5 years ago • 1 comments

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

shafqatevo avatar Jan 26 '20 10:01 shafqatevo

@shafqatevo thanks, I'll look into it!

kevinbader avatar Jan 27 '20 11:01 kevinbader