lianetm commented on code in PR #14364:
URL: https://github.com/apache/kafka/pull/14364#discussion_r1332033298


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AssignorSelection.java:
##########
@@ -79,6 +80,9 @@ public int hashCode() {
 
     @Override
     public String toString() {
-        return String.format("Assignor selection {type:%s, name:%s}", type, 
serverAssignor);
+        return "AssignorSelection(" +
+                "type=" + type +
+                ", serverAssignor='" + serverAssignor + '\'' +

Review Comment:
   nit nit: I find it a better format to read the code if adding the separators 
at the end of the previous line for better alignment (having all the added 
`propId=` at the beginning of each line)



-- 
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