denglinfan commented on a change in pull request #8656:
URL: https://github.com/apache/kafka/pull/8656#discussion_r835730695
##########
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##########
@@ -1303,7 +1303,7 @@ private void reconfigureConnector(final String connName,
final Callback<Void> cb
}
if (changed) {
List<Map<String, String>> rawTaskProps =
reverseTransform(connName, configState, taskProps);
- if (isLeader()) {
+ if (isLeader() || (leaderUrl() != null &&
leaderUrl().startsWith("NOTUSED"))) {
Review comment:
Should we start connect rest server if we want this code can running
successfully. but I not seeing where to start the connect rest server in
MirrorMaker.
In my case, there got an exception which cause for unknown host url
--
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]