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 2021/07/01 09:13:55 UTC

[GitHub] [rocketmq-client-cpp] Frodez opened a new issue #360: Is DefaultMQPullConsumer.pull thread safe?

Frodez opened a new issue #360:
URL: https://github.com/apache/rocketmq-client-cpp/issues/360


   I need to use the function:
   ```
   PullResult DefaultMQPullConsumer::pull(const MQMessageQueue& mq, const std::string& subExpression, int64 offset, int maxNums)
   ```
   And I need it for concurrent use. I have navigated several issues, like #141 , but there is no information about whether this function is thread safe.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor commented on issue #360: Is DefaultMQPullConsumer.pull thread safe?

Posted by GitBox <gi...@apache.org>.
ifplusor commented on issue #360:
URL: https://github.com/apache/rocketmq-client-cpp/issues/360#issuecomment-872075140


   @Frodez It is thread-safe.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] ifplusor closed issue #360: Is DefaultMQPullConsumer.pull thread safe?

Posted by GitBox <gi...@apache.org>.
ifplusor closed issue #360:
URL: https://github.com/apache/rocketmq-client-cpp/issues/360


   


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-client-cpp] Frodez commented on issue #360: Is DefaultMQPullConsumer.pull thread safe?

Posted by GitBox <gi...@apache.org>.
Frodez commented on issue #360:
URL: https://github.com/apache/rocketmq-client-cpp/issues/360#issuecomment-872076616


   > @Frodez It is thread-safe.
   
   Thank you.


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org