cvictory opened a new pull request, #1110: URL: https://github.com/apache/rocketmq-clients/pull/1110
### Which Issue(s) This PR Fixes Fixes https://github.com/apache/rocketmq-clients/issues/1107 ### Brief Description We want to introduce a new consumer implementation called LitePushConsumer. Unlike the regular PushConsumer, LitePushConsumer subscribes to its interested set of liteTopic through subscribeLite, and unsubscribes from liteTopic through unsubscribeLite. The Producer can set the liteTopic attribute for a Message via setLiteTopic. Refer to lite_push_consumer/main.go and lite/main.go for more usage information. ### How Did You Test This Change? Unit test. -- 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]
