You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/08/19 06:18:20 UTC

[GitHub] [pulsar-client-go] sneerin opened a new issue #351: Ability to receive/wait for nacked messages, pause a topic

sneerin opened a new issue #351:
URL: https://github.com/apache/pulsar-client-go/issues/351


   Currently, if you send 5 messages, and back #5 , it will arrive the last one, breaking the order.
   i want to have a use-case, when once a message nacked, the order is not broken, the topic is on pause, until the message is returned or completely failed to DLQ.


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



[GitHub] [pulsar-client-go] jiazhai commented on issue #351: Ability to receive/wait for nacked messages, pause a topic

Posted by GitBox <gi...@apache.org>.
jiazhai commented on issue #351:
URL: https://github.com/apache/pulsar-client-go/issues/351#issuecomment-677991571


   if you are using exclusive/failover sub mode, the order should be right. Are you using shared mode?


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



[GitHub] [pulsar-client-go] sneerin commented on issue #351: Ability to receive/wait for nacked messages, pause a topic

Posted by GitBox <gi...@apache.org>.
sneerin commented on issue #351:
URL: https://github.com/apache/pulsar-client-go/issues/351#issuecomment-678044384


   No, I'm using exclusive mode, still, I have a message that I nacked only after the rest of them arrived, I'm doing nack 2 times.


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