Expand description
All query handler traits for various request protocols, like SQL or GRPC.
Instance that wishes to support certain request protocol, just implement the corresponding trait, the Server will handle codec for you.
Note: Query handlers are not confined to only handle read requests, they are expecting to handle write requests too. So the “query” here not might seem ambiguity. However, “query” has been used as some kind of “convention”, it’s the “Q” in “SQL”. So we might better stick to the word “query”.
Modules§
Structs§
Traits§
- Handle Jaeger query requests.
- Handle log query requests.
- PipelineHandler is responsible for handling pipeline related requests.