spring-cloud / spring-cloud-release

Spring Cloud Release Train - dependency management across a wide range of Spring Cloud projects.
http://projects.spring.io/spring-cloud
Apache License 2.0
874 stars 179 forks source link

Rsocket and Websocket in Webflux mode on the Spring Cloud #272

Closed kasra-haghpanah closed 1 year ago

kasra-haghpanah commented 1 year ago

In my opinion, at the moment, one of the weaknesses of the Spring framework is the failure to finish Rsocket and Websocket in Webflux mode for Spring-cloud-gateway, even making a message broker that supports Rsocket and Reactive HTTP at the same time. In addition to adding these affairs, adding general maps automatically like Redis for keeping Websocket or Rsocket sessions easily helps developers broadcast data across these sessions through multiple machines.

spencergibb commented 1 year ago

Closing in favor of transferred issue https://github.com/spring-cloud/spring-cloud-gateway/issues/3053. Please don't open the same issue multiple times