RobertIndie opened a new issue, #1177:
URL: https://github.com/apache/pulsar-client-go/issues/1177

   **Is your feature request related to a problem? Please describe.**
   Currently, there is an issue with the reader implementation. If the reader 
is creating, it won't get the topic metadata from the topic. The reader can 
only read messages from a single topic. If the topic is a partitioned topic, 
the reader won't know that and will try to create a non-partition topic with 
the same name. And it will lead to this issue: 
https://github.com/apache/pulsar/issues/22032
   
   **Describe the solution you'd like**
   - Support multi-topics reader
   
   **Describe alternatives you've considered**
   No
   
   **Additional context**
   No


-- 
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]

Reply via email to