creation_date in kafka topic looks like this 2023-07-26 12:34:56.123809 but on my postgres database it loses precision. Here is how the creation_date looks like in my database 1970-07-26 12:36:59.809000 after being transformed. can you please assist
Alternatively, keep the data as a number. Then, it’ll occupy less storage on the broker, and over the wire. Then do whatever conversions you need within your consumers.