soglad opened a new pull request, #451: URL: https://github.com/apache/rocketmq-spring/pull/451
## What is the purpose of the change This is a fix of [ISSUE #450 ] ## Brief changelog 1. Add an INFO level log in method org.apache.rocketmq.client.consumer.DefaultLitePullConsumer() when the consumer is created. 2. Add comments about usage of properties _rocketmq.consumer.group_ and _rocketmq.consumer.topic_ in rocketmq-spring-boot-samples/rocketmq-consume-demo/src/main/resources/application.properties ## Verifying this change An INFO level log like this "Default lite pull consumer to topic my-topic in group my-group has been created." is printed when the Spring application is started with _rocketmq.consumer.group_ and _rocketmq.consumer.topic_ are set. -- 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]
