I understand Micronaut doesn't support RSocket, yet, and a feature request has been pending since Aug 2019.
However, RSocket is not dependent on Micronaut. I saw this tutorial on how to start up a standalone RSocket maven project: https://www.baeldung.com/rsocket
This got me thinking and I want to know if there is a way to use RSocket on Micronaut.
My requirement is simple: To host RSocket endpoints and to call other RSocket endpoints on Micronaut.