yiliuchen commented on a change in pull request #348: merge rmq client and
bugfix rmq sourceTask setNamesrv error
URL: https://github.com/apache/rocketmq-externals/pull/348#discussion_r309977580
##########
File path:
rocketmq-connect/rocketmq-connect-runtime/src/main/java/org/apache/rocketmq/connect/runtime/connectorwrapper/Worker.java
##########
@@ -269,6 +269,7 @@ public synchronized void startTasks(Map<String,
List<ConnectKeyValue>> taskConfi
}
producer.setMaxMessageSize(RuntimeConfigDefine.MAX_MESSAGE_SIZE);
producer.setLanguage(LanguageCode.JAVA);
+
producer.setInstanceName(connectConfig.getRmqInstanceName());
Review comment:
yes,i will solve it on the issue#349
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services