druid/distribution
Rishabh Singh 953fe11e31
gRPC query extension (#15982)
Revives #14024 and additionally supports,

Native queries
gRPC health check endpoint
This PR doesn't have the shaded module for packaging gRPC and Guava libraries since grpc-query module uses the same Guava version as that of Druid.

The response is gRPC-specific. It provides the result schema along with the results as a binary "blob". Results can be in CSV, JSON array lines or as an array of Protobuf objects. If using Protobuf, the corresponding class must be installed along with the gRPC query extension so it is available to the Broker at runtime.
2024-09-19 12:16:32 +05:30
..
bin Remove index_realtime and index_realtime_appenderator tasks (#16602) 2024-06-24 20:13:33 -07:00
docker Use canonical hostname instead of ip by default (#16386) 2024-05-11 17:53:22 +08:00
src/assembly Claim full support for Java 17. (#14384) 2023-07-07 12:52:35 -07:00
asf-release-process-guide.md Update publishing readme (#15406) 2023-11-28 15:41:19 +05:30
pom.xml gRPC query extension (#15982) 2024-09-19 12:16:32 +05:30