RobertIndie commented on issue #1331: URL: https://github.com/apache/pulsar-client-go/issues/1331#issuecomment-2671091407
The consumer would print the error log here: https://github.com/apache/pulsar-client-go/blob/024e230d32fc6a0d5586b8c8bc6b34a208b9e9d0/pulsar/internal/connection.go#L765-L770 Could you check this log? Here is an example: ``` time="2025-02-20T18:29:28+08:00" level=error msg="handle message Id: ledgerId:97 entryId:2 partition:-1" consumerID=1 error="fake decompress error" local_addr="127.0.0.1:59035" remote_addr="pulsar://localhost:6650" ``` -- 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]
