sunxi92 opened a new issue #2710: URL: https://github.com/apache/rocketmq/issues/2710
The buildSubscriptionData function in FilterAPI. java is used to build the SubscriptionData object, and the parameter of this function contains the ConsumerGroup, Topic and Substring. But the SubscriptionData does not have the ConsumerGroup property, and this parameter is not used in this function, so I deleted this parameter and changed the place where the buildSubscriptionData function is called ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
