A lightweight container with RSocket and Alibaba RSocket Broker utilities
283
A lightweight container with RSocket and Alibaba RSocket Broker utilities.
kubectl run -i --rm --tty rsocket-box --image=linuxchina/rsocket-box --restart=Never --image-pull-policy=Always
alirsc tcp://rsocket-broker.rsocket.svc.cluster.local:9999 --request --route com.alibaba.rsocket.discovery.DiscoveryService.getInstances -d '["*"]'
alirsc tcp://rsocket-broker.rsocket.svc.cluster.local:9999 --request --route com.alibaba.user.UserService.findById -d '[1]'
Content type
Image
Digest
Size
75.2 MB
Last updated
over 5 years ago
docker pull linuxchina/rsocket-box