horaedb
horaedb copied to clipboard
Implement `route` interface in HTTP protocol
Description
CeresDB support route in gRPC interface. This interface is used to query table route information. Pseudo-code looks like
fn route(tables: Vec<TableName>) -> Vec<(TableName, EndPoint)>;
Proposal
Support this interface in HTTP protocol.
Additional context