Redis – Is there a way to keep an Reactive Stream open forever on Spring Reactive using Rsocket, Websocket or Http?
I want to connect a client on a server to receive a Flux of some entity and keep then connected (In a non-blocking + Assynchronous fashion) in order to receive updates or new insertions in the same Flux. In other…