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


##########
connect/mirror-client/src/main/java/org/apache/kafka/connect/mirror/MirrorClientConfig.java:
##########
@@ -56,7 +58,11 @@ public class MirrorClientConfig extends AbstractConfig {
     private static final String REPLICATION_POLICY_SEPARATOR_DOC = "Separator 
used in remote topic naming convention.";
     public static final String REPLICATION_POLICY_SEPARATOR_DEFAULT =
         DefaultReplicationPolicy.SEPARATOR_DEFAULT;
-    
+
+    public static final String FORWARDING_ADMIN_CLASS = 
"forwarding.admin.class";
+    public static final String FORWARDING_ADMIN_CLASS_DOC = "Class which 
extends ForwardingAdmin to define custom cluster resource management (topics, 
configs, etc). " +
+            "The class must have a contractor that accept configuration 
(Map<String, Object> config) to configure KafkaAdminClient and any other needed 
clients.";

Review Comment:
   fixed the typo



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