horaedb icon indicating copy to clipboard operation
horaedb copied to clipboard

Implement `route` interface in HTTP protocol

Open waynexia opened this issue 3 years ago • 0 comments

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

waynexia avatar Jul 25 '22 11:07 waynexia