https://github.com/osquery/osquery logo
#fleet
Title
# fleet
k

Kun Nan

08/31/2021, 9:39 AM
I have a question,why does fleet grpc server not let user config MaxReceiveMessageSize? So forcibly use the default value 4MB
t

Tomas Touceda

08/31/2021, 1:03 PM
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

Magneto

08/31/2021, 6:09 PM
grpc is going away?
t

Tomas Touceda

08/31/2021, 6:11 PM
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

Kun Nan

09/01/2021, 12:45 AM
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

Tomas Touceda

09/01/2021, 1:24 PM
it might be, could you create a ticket with this information?
6 Views