spring-retrosocket icon indicating copy to clipboard operation
spring-retrosocket copied to clipboard

feat: ability to use retrosocket without pairing

Open jiraguha opened this issue 4 years ago • 0 comments

Signed-off-by: jpiraguha [email protected]

Hey @joshlong,

What if the RSocketClientFactoryBean could create a requester directly without pairing? The drawback is that we will need to provide on client config statically in @RSocketClient annotation but it would be closer to Feign experience!

ex:

@RSocketClient(host = "${greeting-client.host:localhost}", port = "${greeting-client.port:8888}", mode = MANAGED)

jiraguha avatar Dec 17 '20 12:12 jiraguha