odbozhou commented on a change in pull request #1210: [ISSUE #1199] Implement 
the 1.0.0 openmessaging consumer API for rocketmq oms module
URL: https://github.com/apache/rocketmq/pull/1210#discussion_r285386020
 
 

 ##########
 File path: 
openmessaging/src/main/java/io/openmessaging/rocketmq/consumer/PullConsumerImpl.java
 ##########
 @@ -76,110 +93,268 @@ public PullConsumerImpl(final KeyValue properties) {
 
         String consumerId = OMSUtil.buildInstanceName();
         this.rocketmqPullConsumer.setInstanceName(consumerId);
-        properties.put(OMSBuiltinKeys.CONSUMER_ID, consumerId);
+        properties.put("CONSUMER_ID", consumerId);
 
 Review comment:
   It has been modified

----------------------------------------------------------------
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

Reply via email to