azure-functions-kafka-extension icon indicating copy to clipboard operation
azure-functions-kafka-extension copied to clipboard

POC - Multitopic listener

Open gliljas opened this issue 5 years ago • 2 comments

Just a POC. Kafka and the Confluent client has support for listening to multiple topics with only one consumer. It would be quite useful to use that functionality with KafkaTrigger, since otherwise you would have to create N functions, and N may actually be dynamic.

gliljas avatar Nov 18 '20 21:11 gliljas

Thank you for your contribution. It's a good idea. We'll review shortly.

ryancrawcour avatar Nov 18 '20 21:11 ryancrawcour

Just a heads up. It would be possible to trigger this functionality already today, by specifying a "topic pattern", but it wouldn't work very well with the rest of the chain. Therefore, in a sense, this could be considered a bug fix :)

gliljas avatar Dec 08 '20 16:12 gliljas