I have a requirement where i need to send multiple grpc calls at same time. can be implemented for grpc in k6?
Hey @swagatikaswain5,
welcome to the community forum
The grpc
module supports the streaming mode from gRPC protocol, did you try it? Here the documentation Stream | Grafana k6 documentation
I hope it helps.
1 Like