Azure/azure-functions-kafka-extension

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

Opened this issue · 0 comments

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.