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

Can not reset subscription if there are multiple runners for a deployment #3986

Open
Tracked by #3445
matt2e opened this issue Jan 13, 2025 · 2 comments
Open
Tracked by #3445

Comments

@matt2e
Copy link
Collaborator

matt2e commented Jan 13, 2025

When resetting a subscription we must do this via the runners which have a claim on each partition for the consumer group. We do not have a way currently for calling each runner within a deployment. Instead it currently calls the endpoint for the deployment which will reach only one runner.

@github-actions github-actions bot added the triage Issue needs triaging label Jan 13, 2025
@matt2e matt2e mentioned this issue Jan 13, 2025
23 tasks
@alecthomas alecthomas removed the triage Issue needs triaging label Jan 27, 2025
@alecthomas
Copy link
Collaborator

Should this be passed through the DeploymentContext? That seems like a bad idea. Think about it.

@alecthomas
Copy link
Collaborator

Another use case is eg. ensuring all runners have a consistent view of secrets/configs, which has been a problem in the past. Is this the same problem/use case? Figure it out.

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