azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
Should support message headers
Add support to message header properties in Kafka events.
Trigger
- [ ] Add headers to KafkaEventData
- [ ] Expose properties in KafkaEventData and binding properties
Output
- [ ] Enable creation of Kafka messages with headers
Hi @fbeltrao Did you finish this?
No, I haven't
Header access in KafkaEventData would be great to have
Agreed! I hacked in very rudimentary support (I'm not a C# buff) for exposing headers to my function, but having proper support would be great.
How would you like "binding properties" to work?
Headers is already supported for in-proc & out-of-proc cases from 3.4.0 so closing this issue.