weavernet commented on issue #1673: Why there is a pullMessageService in Producer ? URL: https://github.com/apache/rocketmq/issues/1673#issuecomment-568738428 > You have got the answer yourself :) > The `pullMessageService` is used for pulling messages from the broker, and that is how producer exactly works. In other words, `Producer` uses `pullMessageService` to pull messages from the brokers I think `Producer` is pushing message to `Broker`, not pulling message from `Broker`. If `Producer` pull message from `Broker`, what does the broker do with the message?
---------------------------------------------------------------- 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] With regards, Apache Git Services
