How to configure RSocket security in a Spring Boot application with Spring Security
问题 RSocket seems to be a nice alternative to HTTP/S for microservice to microservice communication. Fortunately Spring Boot already has a smooth integration that eases the configuration of it. However I am missing information about everything related to RSocket security, both in RSocket and Spring (Boot, Security) documentation. My questions are: 1) How can we configure RSocket to use TLS (in the context of a Spring Boot application)? 2) Does Spring Security add any additional features to