Azure / azure-functions-kafka-extension

Kafka extension for Azure Functions
MIT License
114 stars 78 forks source link

Combine Key, Value, Header, TimeStamp in the same .Net object #475

Open marcelmedina opened 6 months ago

marcelmedina commented 6 months ago

Kafka triggers can receive strings as Message Values.

Message Keys, Headers or the TimeStamp need to be pulled from the FunctionContext.

It would be ideal to combine all concerns in the same object that is being received.