-
Notifications
You must be signed in to change notification settings - Fork 519
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
feat(sentry): Add missing --no-strict-offset-reset and --auto-offset-reset for consumers #1535
Conversation
…reset for consumers
When using Apache Kafka under high load conditions and applying the 1. Message re-processing:
2. ** Increased load on the consumer:**
3. Possible message delivery problems:
May be set autoOffsetReset in values.yaml
? |
@patsevanton, I don't really like this design myself, but that's how it's done in other consumer now, and I wouldn't want to change the way we work with arguments in this PR too much |
For backwards compatibility, I would make the code like this:
and values.yaml
but it's not for me to decide. |
@Mokto, WDYT? |
There are already consumers with that arg (for example) This is not the best option, but it works. Pod templates require a lot of refactoring and I plan to do this soon But now my goal is to add the missing functionality to the chart so that the system can function in environments with limited resources |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I'm fine with adding some feature to the chart but this looks pretty much like a breaking change to me.
I would recommend we comment what's in values.yaml
|
Now it's the conditional argument |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
@bmassemin i testing fix... |
@bmassemin, can you send your values for snuba consumers? Can't reproduce this |
Oh, I see. There are several consumers in which this argument was added without a condition several years ago, and for them there is now no default value in values |
I don't have specific values except for |
No description provided.