mumrah commented on code in PR #15744:
URL: https://github.com/apache/kafka/pull/15744#discussion_r1586349388


##########
core/src/test/java/kafka/test/junit/ZkClusterInvocationContext.java:
##########
@@ -106,6 +106,7 @@ public List<Extension> getAdditionalExtensions() {
             },
             (AfterTestExecutionCallback) context -> clusterShim.stop(),
             new ClusterInstanceParameterResolver(clusterShim),
+            new GenericParameterResolver<>(clusterShim, 
ZkClusterInstance.class),

Review Comment:
   Fair enough. I'll remove the new injection providers and just cast. 



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