Skip to content

Commit

Permalink
[ISSUE #211]Rocketmq-connector throw nullpointer exception
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Feb 5, 2021
1 parent 3feb02e commit d6fa3e5
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 d6fa3e5

Please sign in to comment.