OmniaGM commented on code in PR #12577:
URL: https://github.com/apache/kafka/pull/12577#discussion_r991567235


##########
connect/mirror-client/src/main/java/org/apache/kafka/connect/mirror/MirrorClient.java:
##########
@@ -56,7 +56,7 @@
 public class MirrorClient implements AutoCloseable {
     private static final Logger log = 
LoggerFactory.getLogger(MirrorClient.class);
 
-    private final AdminClient adminClient;
+    private final ForwardingAdmin adminClient;

Review Comment:
   I changed the type to `Admin` instead of `AdminClient` as `AdminClient` and 
`ForwardingAdmin` both implement `Admin` interface. 



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