This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
The following commit(s) were added to refs/heads/master by this push:
new 312bfc9 [ISSUE #308] Fix the comment error in ACLStringConsumer class
312bfc9 is described below
commit 312bfc9c0afc0ac221fb9e8547543ac35855529f
Author: CharliePu <[email protected]>
AuthorDate: Tue Nov 17 16:10:43 2020 +0800
[ISSUE #308] Fix the comment error in ACLStringConsumer class
---
.../java/org/apache/rocketmq/samples/springboot/ACLStringConsumer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/java/org/apache/rocketmq/samples/springboot/ACLStringConsumer.java
b/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/java/org/apache/rocketmq/samples/springboot/ACLStringConsumer.java
index fe99d38..d2d654f 100644
---
a/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/java/org/apache/rocketmq/samples/springboot/ACLStringConsumer.java
+++
b/rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/java/org/apache/rocketmq/samples/springboot/ACLStringConsumer.java
@@ -29,7 +29,7 @@ import org.springframework.stereotype.Service;
topic = "normal_topic_define_in_Aliware_MQ",
consumerGroup = "group_define_in_Aliware_MQ"
//accessKey = "AK" // It will read by `rocketmq.consumer.access-key` key
- //secretKey = "SK" // It will read by `rocketmq.consumer.access-key` key
+ //secretKey = "SK" // It will read by `rocketmq.consumer.secret-key` key
)
public class ACLStringConsumer implements RocketMQListener<String> {
@Override