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() as false
Current Behavior
Currently, there is a log Fatal consumer exception; stopping container and then the container is stopped normally.
github code