How to get Date format value before 1970 in Kafka connect

2020-10-23 Thread vishnu murali
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

Re: Client session timed out

2020-10-23 Thread Praveen Kumar K S
Hello, Can someone please help me to understand what is the issue ? Regards, Praveen Kumar K S +91-9986855625 On Thu, Oct 22, 2020 at 6:52 AM Praveen Kumar K S wrote: > Hello Experts, > > Any help to debug and resolve this issue is highly appreciated. > > Regards, > Praveen > > On Wed, 21

Re: kafka-streams: do not output anything while state is not stable

2020-10-23 Thread Mathieu D
Ok. Thanks ;-) Le mar. 20 oct. 2020 à 19:12, Matthias J. Sax a écrit : > It's highly use-case dependent, but applying a filter at the end does > sound like a good solution to me. > > -Matthias > > On 10/19/20 12:40 PM, Mathieu D wrote: > > Hello there, > > > > Let's say I need to restart my

Perf on history reprocessing

2020-10-23 Thread Mathieu D
Hello there Sometimes we need to reprocess a large amount of history data. I find the performance in that case quite disappointing. More precisely throughput is quite low (which is not surprising for a system optimized for low latency). Is there any knob to turn to get a much higher throughput