m1a2st commented on code in PR #20844:
URL: https://github.com/apache/kafka/pull/20844#discussion_r2529448972


##########
clients/src/test/java/org/apache/kafka/common/config/AbstractConfigTest.java:
##########
@@ -292,22 +297,23 @@ public void testConfiguredInstancesClosedOnFailure() {
 
         try {
             Map<String, String> props = new HashMap<>();
-            String threeConsumerInterceptors = 
MockConsumerInterceptor.class.getName() + ", "
-                    + MockConsumerInterceptor.class.getName() + ", "
+            String threeConsumerInterceptors = 
CloseInterceptor.class.getName() + ", "

Review Comment:
   We’ve updated the logic for removing duplicate entries, so this test should 
not be modified.



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