lordcheng10 opened a new issue #12139: URL: https://github.com/apache/pulsar/issues/12139
**Describe the bug** When using the following commands to consume topics, although the data can be consumed, an exception will be thrown at the end:  **To Reproduce** Steps to reproduce the behavior: 1.produce data: bin/pulsar-client produce my-tenant3/my-namespace/test1 --messages 25 2.consume topic: ./bin/pulsar-client consume my-tenant3/my-namespace/test1 -s sub1 -- 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]
