Hi Lizan,
Thank you for the response.
With the gRPC options, I am able to set the message sizes. It works fine in my dev deployment where gRPC client and server are in same container, but when I deploy the exact same Dockerfile to GKE+ESP, my client keeps getting the below error.
I also tried from the same gRPC client - to local server, it works fine, to ESP+GKe server, I get the error.
{
"code": 3,
"message": "Received message larger than max (13500007 vs. 4194304)",
"details": [
{
"stackEntries": [],
"detail": "internal"
}
]
}