Skip to content

Commit

Permalink
Merge pull request #214 from xwm1992/1.2.0
Browse files Browse the repository at this point in the history
[ISSUE #211]Rocketmq-connector throw nullpointer exception
  • Loading branch information
keranbingaa authored Feb 5, 2021
2 parents 0a5effa + d6fa3e5 commit a1ace05
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ public synchronized void initClientGroupBroadcastConsumer() throws Exception {
keyValue.put("isBroadcast", "true");
keyValue.put("consumerGroup", groupName);
keyValue.put("proxyIDC", accessConfiguration.proxyIDC);
keyValue.put("instanceName", ProxyUtil.buildProxyTcpClientID(sysId, dcn, "SUB", accessConfiguration.proxyCluster));
broadCastMsgConsumer.init(keyValue);
// broadCastMsgConsumer.registerMessageListener(new ProxyMessageListenerConcurrently() {
// @Override
Expand Down

0 comments on commit a1ace05

Please sign in to comment.