adikou commented on code in PR #22271:
URL: https://github.com/apache/kafka/pull/22271#discussion_r3698001789


##########
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/PlaintextConsumerCallbackTest.java:
##########
@@ -89,7 +90,7 @@ public void 
testAsyncConsumerRebalanceListenerAssignmentOnPartitionsAssigned() t
     private void 
testRebalanceListenerAssignmentOnPartitionsAssigned(GroupProtocol 
groupProtocol) throws InterruptedException {
         try (var consumer = createConsumer(groupProtocol)) {
             triggerOnPartitionsAssigned(tp, consumer,
-                (executeConsumer, partitions) -> 
assertTrue(executeConsumer.assignment().contains(tp))
+                    (executeConsumer, partitions) -> 
assertTrue(executeConsumer.assignment().contains(tp))

Review Comment:
   Thanks, addressed all of the whitespace changes + logged a listenerName 
similar to the patch you had provided earlier in the discussion.



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

Reply via email to