francisoliverlee commented on code in PR #510: URL: https://github.com/apache/rocketmq-spring/pull/510#discussion_r1067721102
########## rocketmq-spring-boot-samples/rocketmq-produce-acl-demo/src/main/resources/application.properties: ########## @@ -13,10 +13,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -rocketmq.name-server=Endpoint_of_Aliware_MQ +rocketmq.name-server=Endpoint_of_CLOUD_MQ rocketmq.producer.group=my-group1 rocketmq.producer.access-key=AK rocketmq.producer.secret-key=SK -demo.rocketmq.topic=normal_topic_define_in_Aliware_MQ -demo.rocketmq.transTopic=transaction_topic_define_in_Aliware_MQ +demo.rocketmq.topic=normal_topic_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]
