jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171912717
##########
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##########
@@ -2175,7 +2182,7 @@ public void
testClusterAuthorizationExceptionInProduceRequest() throws Exception
sender.runOnce();
assertFutureFailure(future, ClusterAuthorizationException.class);
- // cluster authorization errors are fatal, so we should continue
seeing it on future sends
+ // expecting to continue to see authorization error until user
permission is fixed
assertTrue(transactionManager.hasFatalError());
Review Comment:
Should this still be true? Do we remove it from fatal error state?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]