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

add grpc support for delete client #7595

Open
ashwanthgoli opened this issue Nov 4, 2022 · 1 comment
Open

add grpc support for delete client #7595

ashwanthgoli opened this issue Nov 4, 2022 · 1 comment
Assignees

Comments

@ashwanthgoli
Copy link
Contributor

ashwanthgoli commented Nov 4, 2022

Is your feature request related to a problem? Please describe.
To perform query filtering, queriers make HTTP calls to compactor for fetching delete requests.
Ideally we want to use gRPC for interservice communication and users can work with the HTTP api for managing delete requests.

Describe the solution you'd like
Add gRPC methods for fetching delete requests and generation numbers, use these methods in querier

Describe alternatives you've considered
NA

Additional context
NA

@periklis periklis self-assigned this Nov 4, 2022
@periklis
Copy link
Collaborator

periklis commented Nov 4, 2022

@ashwanthgoli This is something I hit when fixing the client's TLS config (See #7453). We decided within the maintainers group to implement this post-releasing v2.7.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants