-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with ack messages #2008
Comments
I even tried following, Still the messages are not ack
|
What version of the client library are you using? Using As for why the higher level library is having issues with acking, it's possible you aren't handling the messages properly. I looked over your code, but there are some abstractions that make it difficult to understand. Particularly, I'm not sure what |
I am using pub/sub for a very long time. i am using node js client to mange the pub sub.
today out of blue moon, messages started delivering multiple times. When i checked in the pub-sub console. Count unacked messages kept on increasing. i am ack the messages but even then pub-sub is re-delivering Kindly help me to resolve the issue.
I am sharing the code that is used to manage pubsub
The text was updated successfully, but these errors were encountered: