Is there any way to use rsocket-kotlin-impl in a spring boot project? Thanks in advance !
Asked
Active
Viewed 56 times
0
-
Hi! Welcome to Stackoverflow! Please can you give us more information about your attempts? See the guidelines of [Stackoverflow](https://stackoverflow.com/help/how-to-ask) to post great questions :) Take a look also to the StackOverflow [tour](https://softwareengineering.stackexchange.com/tour). – gianluca aguzzi Sep 04 '21 at 08:32
-
Please provide enough code so others can better understand or reproduce the problem. – Community Sep 04 '21 at 15:30
-
Hi @gianlucaaguzz ! Thank you. My question was more theoretical because rsocket-kotlin is based on ktor engines. I did try some attempts but they are long gone by now, thank you for the heads up, next time i will try to follow the guidelines and post my attempts. I will also check tour (i had no clue it existed!). – george papadopoulos Sep 04 '21 at 16:43
1 Answers
0
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.

Yuri Schimke
- 12,435
- 3
- 35
- 69