You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: