ferrirW commented on issue #4483:
URL: https://github.com/apache/rocketmq/issues/4483#issuecomment-1165579850

   > Hi, There is no need to do that, lite pull is widely used in the streaming 
scenario while POP is unsuitable.
   > 
   > For your needs, I think the new SimpleConsumer API is more suitable and 
could better leverage the POP ability. Please refer to 
[here](https://github.com/apache/rocketmq-clients/blob/master/java/client-apis/src/main/java/org/apache/rocketmq/client/apis/consumer/SimpleConsumer.java)
 for more information.
   
   In our case, the user has 500 machines and needs to explicitly call the 
receive interface for logic processing.
   
   Can SimpleConsumer achieve this effect, similar to pop ?


-- 
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]

Reply via email to