trying to use rsocket on spring, is there any way ...
# spring
n
trying to use rsocket on spring, is there any way to do this
Copy code
spring:=
  rsocket:
    server:
      port: 8080
      transport: websocket
      mapping-path: "rsocket"
in a way that it shares the port with the existing http server ? we cannot expose additional ports and this would force us to switch to a different platform or deployment option
n
I think for websocket that is the default you can check spring boot doc for more detail