shibd commented on issue #400: URL: https://github.com/apache/pulsar-client-node/issues/400#issuecomment-2633829287
hi, If you did not enable batchIndexAck For batch messaging, the pulsar client will record single message ack stats, once all messages has been acked then send ack request to broker. This status exists in the message ID. The deserialized message ID will lose this information, so when it's sent to the broker, the request will be ignored because the broker has not enabled batchIndexAck. -- 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]
