-
Notifications
You must be signed in to change notification settings - Fork 533
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
Subscribe to topics by pattern #390
Comments
Same question |
Are there any updates on this? I had a go with the source and tried to get the patterns working, but failed miserably because my lack of time and understanding. My understanding is that patterns are never actually passed along to aiokafka, only the topics are passed along, but I'm obviously missing something. |
@che-shr-cat @artas728 @fisuk have you guys figured it out? |
Same question. If this is not implemented yet fully, it will be nice to notify users in the docs. |
Hi,
Do I correctly understand that subscribing to kafka topics using regex patterns doesn't work?
The docs on topics (https://faust.readthedocs.io/en/latest/reference/faust.topics.html) says:
But I hadn't any success in using it. Finally I found the following comment:
faust/faust/transport/drivers/aiokafka.py
Line 314 in 93199c8
So, are there any way to subscribe to kafka topics by pattern (and dynamically get any message from a newly created topic satisfying the pattern)?
The text was updated successfully, but these errors were encountered: