BewareMyPower commented on PR #1301: URL: https://github.com/apache/pulsar-client-go/pull/1301#issuecomment-2448895266
> the client doesn't send the ack request to the broker There is no way to let the client know whether the ack request was sent. That's the point. In addition, users should never care if the ack was sent. They only care if the ack succeeded. > I remember the Java client has the same behavior Yeah, but this behavior is wrong. I don't want to blame the author but the error handling is really not taken care of. Happy path is always easy to write. > because you ignore the ackTracer, so it is confusing. Oh I see. Let me think a better way to reuse the code. > You can also disscus this issue on the dev mailing list. I plan to write a PIP to explain these things, including why to enable batch index ACK by default, the mess of acknowledge APIs' semantics. -- 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]
