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


##########
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/MirrorConnectorConfig.java:
##########
@@ -436,6 +441,17 @@ ReplicationPolicy replicationPolicy() {
         return getConfiguredInstance(REPLICATION_POLICY_CLASS, 
ReplicationPolicy.class);
     }
 
+    @SuppressWarnings("unchecked")
+    ForwardingAdmin getForwardingAdmin(Map<String, Object> config) {

Review Comment:
   removed the prefix



##########
connect/mirror-client/src/main/java/org/apache/kafka/connect/mirror/MirrorClientConfig.java:
##########
@@ -69,6 +74,17 @@ public ReplicationPolicy replicationPolicy() {
         return getConfiguredInstance(REPLICATION_POLICY_CLASS, 
ReplicationPolicy.class);
     }
 
+    @SuppressWarnings("unchecked")
+    ForwardingAdmin getForwardingAdmin(Map<String, Object> config) {

Review Comment:
   removed the prefix



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