You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is an exception in a consumer like ACLs : Authentication/Authorization Exception and no authExceptionRetryInterval set the container should be terminated abnormally.
The Container should report isInExpectedState() as false
Current Behavior
Currently, there is a log Fatal consumer exception; stopping container and then the container is stopped normally. github code
The text was updated successfully, but these errors were encountered:
Resolvesspring-projects#2197
When a container is stopped due to any fatal error, `isInExpectedState()`
should return false.
**cherry-pick to 2.8.x, 2.7.x**
Uh oh!
There was an error while loading. Please reload this page.
Expected Behavior
When there is an exception in a consumer like ACLs :
Authentication/Authorization Exception and no authExceptionRetryInterval set
the container should be terminated abnormally.The Container should report
isInExpectedState()
asfalse
Current Behavior
Currently, there is a log
Fatal consumer exception; stopping container
and then the container is stopped normally.github code
The text was updated successfully, but these errors were encountered: