You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2019/12/24 12:24:18 UTC

[GitHub] [rocketmq] weavernet commented on issue #1673: Why there is a pullMessageService in Producer ?

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:
users@infra.apache.org


With regards,
Apache Git Services