I have a question,why does fleet grpc server not l...
# fleet
k
I have a question,why does fleet grpc server not let user config MaxReceiveMessageSize? So forcibly use the default value 4MB
t
hi, the only place fleet uses grpc is to communicate with launcher, and that will be going away soon. What issue are you running into issues using launcher?
m
grpc is going away?
t
the only API we support is REST, except for a very specific case for the launcher. We'll likely stop supporting that as we move towards orbit being the main approach
k
The launcher's query result is large then 4MB causing
RESOURCE_EXHAUSTED
error
I am just not sure if adjusting grpc server and client's MaxRecvMsgSize is not a good solution?
t
it might be, could you create a ticket with this information?