vamossagar12 commented on code in PR #13504: URL: https://github.com/apache/kafka/pull/13504#discussion_r1207962325
########## connect/runtime/src/main/java/org/apache/kafka/connect/runtime/Worker.java: ########## @@ -1367,9 +1367,14 @@ public WorkerTask doBuild(Task task, connectorClientConfigOverridePolicy, kafkaClusterId, ConnectorType.SINK); KafkaConsumer<byte[], byte[]> consumer = new KafkaConsumer<>(consumerProps); + Map<String, Object> adminOverrides = adminConfigs(id.connector(), "connector-worker-adminclient-" + id.connector(), Review Comment: Ok. Would do that. -- 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