Hi,
In our setup, we have a Kubernetes pod with two containers—one hosting the
gRPC service and the other acting as the client. The service is implemented
in Golang, while the client is in Python. We create the client at the start
of the application and use the same client though out the life
Looks like you just need to refresh the server reflection.
On Monday, November 18, 2024 at 10:45:15 AM UTC-5 Alexander Gelb wrote:
> I got this error also a lot of times.
> Normally this happened when my request or response was not as expected
> from the protocol buffer scheme.
> Means that you