How to convert UNIX epoch on Kafka to date?

Hi everyone,

I use Debezium source connector for Oracle to pull data from Oracle database into Kafka,
and I see Date’s data as below

image

I want to pull this data back to Oracle database using JDBC Sink Connector (Oracle) , but I can’t convert it to Date

Thanks in advance for any help that you are able to provide.

Hi there, I haven’t tried this myself, but I beleive this is what you want to be using TimestampConverter | Confluent Documentation

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.