francisoliverlee commented on code in PR #510: URL: https://github.com/apache/rocketmq-spring/pull/510#discussion_r1067721361
########## rocketmq-spring-boot-samples/rocketmq-consume-acl-demo/src/main/java/org/apache/rocketmq/samples/springboot/ACLStringConsumer.java: ########## @@ -26,8 +26,8 @@ */ @Service @RocketMQMessageListener( - topic = "normal_topic_define_in_Aliware_MQ", - consumerGroup = "group_define_in_Aliware_MQ" + topic = "normal_topic_define_in_Cloud_MQ", + consumerGroup = "group_define_in_Cloud_MQ" Review Comment: topic, group的名字格式建议都用小写 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
