BewareMyPower commented on issue #114: URL: https://github.com/apache/pulsar-client-python/issues/114#issuecomment-1559119516
I just rechecked the code and found `acknowledge_cumulative` uses asynchronous version of the ACK API. https://github.com/apache/pulsar-client-python/blob/cf4a9c0572e7232b315179f78c28d4c653f9119c/src/consumer.cc#L53 So no exception should be thrown even if it failed. I tested the code [here](https://github.com/apache/pulsar-client-python/issues/114#issuecomment-1550995838) inside a `ubuntu:22.04` container and only modified the service URL to `pulsar://host.docker.internal:6650` and it worked well. -- 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]
