Search code examples
springkotlinrsocket

Is there any way to use rsocket-kotlin-impl in a spring boot project?


Is there any way to use rsocket-kotlin-impl in a spring boot project? Thanks in advance !


Solution

  • You can use it as a client to make requests out, for example when a request comes through spring webflow. But there is no nice support for running a rsocket-kotlin server in spring boot to handle incoming requests.