You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/02/26 11:04:19 UTC

[GitHub] walking98 commented on a change in pull request #48: [ISSUE-47] Support ACL & message trace feature

walking98 commented on a change in pull request #48: [ISSUE-47] Support ACL & message trace feature
URL: https://github.com/apache/rocketmq-spring/pull/48#discussion_r260231265
 
 

 ##########
 File path: rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/annotation/RocketMQMessageListener.java
 ##########
 @@ -28,6 +28,10 @@
 @Documented
 public @interface RocketMQMessageListener {
 
+    String ACCESS_KEY_PLACEHOLDER = "${rocketmq.consumer.access-key:}";
 
 Review comment:
   What is the reason to define the variable?for default value? its value can not be set to property, i.e. accessKey() ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services