azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Add consumergroup to event data
It's useful e.g in a scenario where multiple functions are in the same function app, and there's something (like in our case, a retry handler) that should be able to handle events from them all.
Either way, it's basically on the same level as having "Topic" on the event class.