Replies: 1 comment
|
Hi! This is already implemented, please check out the Reference: so you could write something like this: router.subscriber(*settings['kafka_source_topics'])(handle) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Dear Team,
Declaring publisher it's a great point for simple creating application/testing, but sometimes have a requirements create multiple publishers for different topics
Could you implement list of topics instead of creating iterator?
All reactions