lordcheng10 opened a new issue #12140: URL: https://github.com/apache/pulsar/issues/12140
**Describe the bug** When transactionCoordinatorEnabled=true is configured, data cannot be consumed using the following command: ./bin/pulsar-client consume my-tenant3/my-namespace/test1 -p Earliest -s sub1 **To Reproduce** 1. Modify the configuration transactionCoordinatorEnabled=true: vim conf/broker.conf 2. Restart the broker: sh bin/pulsar-daemon stop broker 3. Write data: bin/pulsar-client produce my-tenant3/my-namespace/test1 --messages 26 4. Consumption data: ./bin/pulsar-client consume my-tenant3/my-namespace/test1 -p Earliest -s sub1 **Expected behavior** The expectation is that data 26 can be consumed, but the actual situation is that the client has been waiting:  -- 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]
