GRPC trying to send message larger than max error : when trying collection.query.fetch_objects

Meet this issue today, and fix with set this environment variable:
GRPC_MAX_MESSAGE_SIZE=104857600

1 Like