cmccabe commented on code in PR #16862:
URL: https://github.com/apache/kafka/pull/16862#discussion_r1714298274
##########
metadata/src/main/java/org/apache/kafka/controller/errors/EventHandlerExceptionInfo.java:
##########
@@ -88,11 +86,6 @@ public static EventHandlerExceptionInfo fromInternal(
return new EventHandlerExceptionInfo(false, false, internal,
new PolicyViolationException("Unable to perform excessively
large batch " +
"operation."));
- } else if (internal instanceof UnexpectedBaseOffsetException) {
Review Comment:
So this will be treated as an UnknownServerException if it does happen? I
guess that's reasonable
--
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]