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

in consumer, supports multi-partition topic consuming #45

Open
zhvala opened this issue Mar 27, 2019 · 1 comment
Open

in consumer, supports multi-partition topic consuming #45

zhvala opened this issue Mar 27, 2019 · 1 comment

Comments

@zhvala
Copy link

zhvala commented Mar 27, 2019

The question
I notice the implementation of this client handles message through only one connection to broker.
relative code here
But multiple listeners are created for each partition in the cpp-version-client when consuming multi-partition topics.
Does it means this pulsar go client do not support consume multi-partition topics?

Describe the solution you'd like
Please consider add this feature If my question is correct:

  • consumer supports multi-partition topic consuming.
@wolfstudy
Copy link
Owner

java client impl: https://github.com/apache/pulsar/pull/1365/files

May help you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants