File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,15 +71,15 @@ grpcurl -plaintext 127.0.0.1:50051 list proto_aegis_grpc.v1.RobotControlService
7171grpcurl -plaintext 127.0.0.1:50051 list proto_aegis_grpc.v1.RobotReadService
7272grpcurl -plaintext 127.0.0.1:50051 describe proto_aegis_grpc.v1.RobotReadService.GetAll
7373# or with tool from container
74- podman run --network=host docker.io/fullstorydev/grpcurl -plaintext 127.0.0.1:50051 list
74+ podman run --rm -- network=host docker.io/fullstorydev/grpcurl -plaintext 127.0.0.1:50051 list
7575# map grpcurl container alias
7676alias grpcurl=" podman run --network=host docker.io/fullstorydev/grpcurl"
7777```
7878
7979Example call to the ` GetAll ` method with result as a plain json:
8080
8181``` bash
82- grpcurl -plaintext -d ' {}' 127.0.0.1:50051 proto_aegis_grpc.v1.RobotReadService.GetAll
82+ grpcurl -max-msg-sz 20000000 - plaintext -d ' {}' 127.0.0.1:50051 proto_aegis_grpc.v1.RobotReadService.GetAll
8383```
8484
8585## Messages architecture
You can’t perform that action at this time.
0 commit comments