azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
POC - Multitopic listener
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.
Thank you for your contribution. It's a good idea. We'll review shortly.
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 :)