We are in issue with linkerd and grpc. So to troubleshoot we wanted to get information on below questions.
what version of grpc is supported with linkerd 2.13.5?
Also is there a way to find where and how to configure the max concurrent process setting of grpc? max_concurrent_streams i am looking for ?
Kindly help us with this. This help will be greatly appreciated?
The Linkerd proxy conforms to the HTTP2 specification, which means that it will respect any max_concurrent_streams settings received from a peer. Linkerd itself does not set a max_concurrent_streams value.