Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-topics reader support #1177

Open
RobertIndie opened this issue Feb 20, 2024 · 0 comments
Open

Multi-topics reader support #1177

RobertIndie opened this issue Feb 20, 2024 · 0 comments
Assignees

Comments

@RobertIndie
Copy link
Member

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: apache/pulsar#22032

Describe the solution you'd like

  • Support multi-topics reader

Describe alternatives you've considered
No

Additional context
No

@RobertIndie RobertIndie self-assigned this Feb 20, 2024
RobertIndie added a commit that referenced this issue Feb 23, 2024
Master Issue: #1177

### Motivation

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: apache/pulsar#22032

### Modifications

- Support partitioned topic reader
RobertIndie added a commit that referenced this issue Feb 29, 2024
Master Issue: #1177

### Motivation

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: apache/pulsar#22032

### Modifications

- Support partitioned topic reader

(cherry picked from commit 3b9b1f8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant