lidavidm commented on issue #37193: URL: https://github.com/apache/arrow/issues/37193#issuecomment-1679836985
Use [`builder_hook`](https://github.com/apache/arrow/blob/3e7b35bacca776fbf2e3e313e32d872b73635c87/cpp/src/arrow/flight/server.h#L181), and cast the `void*` in the callback to `grpc::ServerBuilder*` (note: you must link to exactly the same version of gRPC as Arrow does). Then you can set whatever parameters you want. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
