Emil91
3 years agoContributor
Question regarding gRPC protocol.
Hello,
I have a question regarding new gRPC test step, does it support streaming? If not, will it be in the future? I need to test streaming service using gRPC protocol and i tried to import .proto file, but it keeps throwing me an error. Ive tried to import other non-streaming service and its worked.
Some info from internet:
"gRPC uses the HTTP/2 network protocol to do inter-service communications. One key advantage of HTTP/2 is that it supports streams. Each stream can multiplex multiple bidirectional messages sharing a single connection"
Thank you in advance for any information regarding this question.