-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Python pulsar-client lacks multi-topic support #2033
Comments
@georgewilk01 The multi-topic / regex subscribe for C++/Python client lib is currently being worked on and it's planned for 2.2 release. (PR at #1996 ) There are other newer features that got first introduced in Java client and we're now porting them to C++ (and wrappers). There's a github project here: https://github.com/apache/incubator-pulsar/projects/7 and we'll be adding a feature comparison matrix across all languages. |
Thank you for the info, @merlimat. |
@georgewilk01 btw: added feature comparison in wiki page https://github.com/apache/incubator-pulsar/wiki/Client-Features-Matrix |
multi-topic and regex subscription support is added to python. it is actually released in 2.1.1 and will also be in 2.2.0 |
Hi, I am using the 2.2.0 Python client and I don't have multi-topic or regex subscription support still. Am I missing something? |
@Vanlightly the |
Thanks @merlimat, I missed that Python API page. It is working now. |
Expected behavior
According to documentation, post 1.7 API supports multi-topic subscriptions via regx and list.
Actual behavior
I am unable to subscribe to a limited list of topics in my namespace using python client for pulsar with regx.
Steps to reproduce
Post message using command line as follows:
bin/pulsar-client produce my-topic.1 --messages "user created"
Subscribe consumer written in python as follows:
System configuration
Pulsar version: apache-pulsar-2.0.1-incubating
The text was updated successfully, but these errors were encountered: