azure-functions-kafka-extension
azure-functions-kafka-extension copied to clipboard
The event Timestamp should be a DateTimeOffset
Maybe a minor thing, but I think all (?) modern libraries should move to DateTimeOffset, instead of DateTime. It's a much better datatype and it's what's recommended by the Framework Design Guidelines.
It seems confluent-kafka-dotnet is using the DateTime. https://github.com/confluentinc/confluent-kafka-dotnet/search?p=2&q=DateTime&unscoped_q=DateTime
However, what you said is true. Thank you for sharing. I can't prioritize this now. However, keep this issue as open.
https://github.com/confluentinc/confluent-kafka-dotnet/pull/1408