-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
I've noticed that by now it is only possible to configure a few parameters of RSocket Server (maybe also for RSocketCilent?) via Configuration Properties: address, port, transport type and mapping-path (in case of WebSocket transport).
I've made some experiment on my own and wanted to setup an rsocket server over TCP with SSL and fragmentation. The only way I've found was to:
- create an alternative
NettyRSocketServerFactory
in order to add SSL configuration - and, manually create the
NettyRSocketServerFactory
bean in order to register arSocketServer
customizer
I think that could exists a simpler way to make these customizations:
- Define injectable strategies that get inject in
NettyRSocketServerFactory
for configuring those details - or, enhancing configuration properties in order to cover them without requiring tweaking with
NettyRSocketServerFactory
- or, thinking of a
Configurer
class that provide some customization points and that is used while bootstrapping theNettyRSocketServerFactory
I'm happy to try implementing the solution you prefer, if it could help (maybe with some help since it's the first time I propose to contribute).
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another