- service-api: Service API,使用Java 8进行编译,主要是方便其他应用接入
- rsocket-requester: RSocket服务消费端
- rsocket-responder: RSocket服务提供者
- Install tgm from https://github.com/linux-china/tgm
- Execute
tgm create rsocket-broker-example your-service
- Start the RSocket Broker:
docker-compose up -d
- Start the rsocket-responder
- Start the rsocket-requester
- Execute curl to check service:
curl http://localhost:8181/user/1
- Alibaba RSocket Broker: https://github.com/alibaba/alibaba-rsocket-broker