When I created a sample project to taste Spring Integration RSocket, but I have to create ServerRSocketConnector and ClientRSocketConnector beans.  And the ServerRSocketConnector will create a new RSocket server that could cause a port binding error when running it as a standalone Spring Boot RSocket application if using the same port number.
See: https://stackoverflow.com/questions/58603425/error-running-spring-integration-rsocket-sample-with-spring-boot
It is better to provide auto-configuration to detect the existing RSokcet server and create Spring Integration RSocket facilities based on the existing.