RobertIndie opened a new issue, #1160: URL: https://github.com/apache/pulsar-client-go/issues/1160
#### Expected behavior The producer should log the ledgerId and entryId with -1 when receives unexpected ack #### Actual behavior The actually log is: ``` ... level=warning msg="Received ack for ledgerId:18446744073709551615 entryId:18446744073709551615 on sequenceId xxx - expected: xxx, closing connection" ... ``` #### Steps to reproduce #### System configuration **Pulsar version**: 3.1 -- 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]
