-
Notifications
You must be signed in to change notification settings - Fork 51
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
Silence WARNs during rebalancing #185
Comments
Thanks for reporting the issue. However, I prefer to keep WARN level for these commit failures because:
So I would like to keep WARN by default for these commit-failure. Users still can silence if necessary by logger config (e.g. logback). |
Can you recommend a way to only silence retryable commit exceptions? |
I think you can try EvaluationFilter and set the expression like
|
okay, I don't know if it has reasonable performance, but at least there is a way :-) |
On decaton 6, observing the following WARNs, when
I don't think the end-user needs to know about this, since
poll()
is soon going to be called again inProcessorSubscription.consumeLoop
The text was updated successfully, but these errors were encountered: