What is the best practice of code Date field in Apache Avro as of now? -
i have been searching around , saw jira https://issues.apache.org/jira/browse/avro-739 matter, don't have better sense of avro support date time within user document. trying achieve code date timezone information (with iso8601) kafka producer side in python , downstream consumers written in java can decode properly. best practice this?
the best practice encode number of seconds/milliseconds since 1970-01-01 utc, known unix or epoch time, , convert whatever timezone want on client side. has been sane approach worked me on years.
Comments
Post a Comment