chenjing1294 opened a new issue, #138: URL: https://github.com/apache/pulsar-dotpulsar/issues/138
### Description I have a topic with three partitions. When using IReaderBuilder to read messages, the partition number must be set, such as `persistent://my-tenant/my-namespace/pusers-partition-0`, if i use `persistent://my-tenant directly /my-namespace/pusers` could not read messages. ### Reproduction Steps 1. Create a topic with partitions 2. Build an IReaderBuilder and read messages using a topic name without a partition number ### Expected behavior Messages that should be read to each partition ### Actual behavior No messages were read and a new non-partitioned topic was created ### Regression? _No response_ ### Known Workarounds _No response_ ### Configuration _No response_ ### Other information _No response_ -- 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]
