Hi guys I am using JDBC SOURCE CONNECTOR to take data from AWS Redshift to Kafka
There I am having a field with Datatype as Date. So while performing the value which is greater than 1970 works fine. But if value is before 1970 it provide 00:00:00:Z May I know how to solve this problem? Does anyone have experienced this scenario?