paul-rogers commented on issue #13469: URL: https://github.com/apache/druid/issues/13469#issuecomment-1400765022
It turns out others have done down this path before: * [[Proposal] define a RPC protocol for querying data, support apache Arrow as data exchange interface](https://github.com/apache/druid/issues/3891) * [gRPC Druid extension PoC](https://github.com/ndolgov/gruid) * [Druid gRPC-json server extension](https://github.com/apache/druid/pull/6798) Full credit goes to those who have gone this way before. The proposal here is broadly consistent with these earlier proposals. [PR #6798](https://github.com/apache/druid/pull/6798) and [gRPC Druid extension PoC](https://github.com/ndolgov/gruid) show how to avoid the Guava conflict: that solution is implemented in the [branch for this proposal](https://github.com/paul-rogers/druid/tree/grpc-query). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
