ilyazr commented on code in PR #15701:
URL: https://github.com/apache/kafka/pull/15701#discussion_r1575046814


##########
metadata/src/main/java/org/apache/kafka/controller/errors/EventHandlerExceptionInfo.java:
##########
@@ -191,6 +191,10 @@ public String failureMessage(
             }
         }
         bld.append(".");
+        if (!isFault && internalException.getMessage() != null) {
+            bld.append(" Detailed exception message: ");

Review Comment:
   Removed "Detailed" from the message



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to