Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement route interface in HTTP protocol #146

Closed
waynexia opened this issue Jul 25, 2022 · 0 comments · Fixed by #803
Closed

Implement route interface in HTTP protocol #146

waynexia opened this issue Jul 25, 2022 · 0 comments · Fixed by #803
Assignees
Labels
feature New feature or request help wanted Extra attention is needed

Comments

@waynexia
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants