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

Make songConsumerGrp use latest offset if consumer group is missing and last committed if it exists #210

Open
jaserud opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
new-feature Request is a new feature

Comments

@jaserud
Copy link

jaserud commented Oct 27, 2021

Currently if the consumer group is deleted maestro will recreate the group and start consuming messages from the earliest available offset

Detailed Description

  • if the consumer group is deleted maestro will recreate the group and start consuming messages from the earliest available offset
  • this could make unexpected changes to es index while it is in use

Possible Implementation

@jaserud jaserud added the new-feature Request is a new feature label Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Request is a new feature
Projects
None yet
Development

No branches or pull requests

2 participants