Assigned
Status Update
Comments
ab...@google.com <ab...@google.com>
pu...@google.com <pu...@google.com>
pu...@google.com <pu...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
Description
Problem you have encountered:
When using the google-cloud-pubsub Python library, received an AcknowledgeError with the error code INVALID_ACK_ID when using a subscriber with exactly-once delivery enabled.
What you expected to happen:
To possibly update the library to pass the control of handling any errors (at least ack related) to the consumers of the library instead of library logging the errors internally?
Other information (workarounds you have tried, documentation consulted, etc):
Prior recommendation [1] but the issue is persistent.
[1]https://github.com/googleapis/python-pubsub/issues/593