julyday2015 commented on issue #12962:
URL: https://github.com/apache/pulsar/issues/12962#issuecomment-980362911
Hi @nodece , thank you for your help. But it does not work for me either. It
will not throw exception, but message looks like not acked because consumer can
still receive previous message with same subscription. please check below code
`consumer.acknowledge(
MessageId.fromByteArrayWithTopic(
msg.getMessageId().toByteArray(),
consumer.getTopic()))`
--
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]