Open
Description
As of #16021, Spring Boot supports RSocket as a server. Protobuf is a popular solution for messages (de)serialization and it seems to align well with the RSocket paradigm.
This issue should consider whether and how we should:
- auto-configure Protobuf codecs for RSocket
- provide configuration properties
- provide dependency management
- do additional work in the Spring Boot application builds