drpmma opened a new issue, #6769: URL: https://github.com/apache/rocketmq/issues/6769
### Before Creating the Enhancement Request - [X] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Summary The semantics of the pop mode does not align with PushConsumer, and there are issues with clearing timeout message, rebalancing, and broadcasting. Additionally, implementing the pop mode increases the complexity of the client. Therefore, it is recommended to remove the pop mode from PushConsumer. ### Motivation It's necessary to keep the core of rocketmq client simple where the pop mode introduces complexity and disrupts the original PushConsumer model. ### Describe the Solution You'd Like Remove the pop mode from PushConsumer. ### Describe Alternatives You've Considered No other alternatives for now. Maybe introduce a new way using pop mode in the future. ### Additional Context _No response_ -- 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]
