Skip to content

Auto Configure ClientRSocketConnector and ServerRsocketConnect for Spring integration RSocket #18812

@hantsy

Description

@hantsy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: supersededAn issue that has been superseded by another

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions