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/03/04 02:39:55 UTC

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

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

 ##########
 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:
   It is using for default value and will be resolved by Spring Environment in RocketMQUtil#getRPCHookByAkSk method.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services