Re: Reg : Slowness in Kafka

2020-03-30 Thread Ismael Juma
ars 2020 01:48 > À : users@kafka.apache.org<mailto:users@kafka.apache.org> < > users@kafka.apache.org<mailto:users@kafka.apache.org>> > Objet : Re: Reg : Slowness in Kafka > > Also check your Kafka Client and Server versions. There are serious > latency issues when mixi

Re: Reg : Slowness in Kafka

2020-03-30 Thread James Olsen
0 01:48 À : users@kafka.apache.org<mailto:users@kafka.apache.org> mailto:users@kafka.apache.org>> Objet : Re: Reg : Slowness in Kafka Also check your Kafka Client and Server versions. There are serious latency issues when mixing different client and server versions IF your consumer

RE: Reg : Slowness in Kafka

2020-03-30 Thread JALADY Christophe
t : Re: Reg : Slowness in Kafka Also check your Kafka Client and Server versions. There are serious latency issues when mixing different client and server versions IF your consumers handle multiple partitions. > On 27/03/2020, at 12:59, Chris Larsen wrote: > > Hi Vidhya, > > H

Re: Reg : Slowness in Kafka

2020-03-26 Thread James Olsen
Also check your Kafka Client and Server versions. There are serious latency issues when mixing different client and server versions IF your consumers handle multiple partitions. > On 27/03/2020, at 12:59, Chris Larsen wrote: > > Hi Vidhya, > > How many tasks are you running against the

Re: Reg : Slowness in Kafka

2020-03-26 Thread Chris Larsen
Hi Vidhya, How many tasks are you running against the topic? How many partitions are on the topic? Can you post the connector config anonymized? Best, Chris On Thu, Mar 26, 2020 at 17:58 Vidhya Sakar wrote: > Hi Team, > > The Kafka consumer is reading only 8 records per second.We have

Re: Reg : Slowness in Kafka

2020-03-26 Thread Hans Jespersen
Yes it should be going much faster than that. Something is wrong in your setup. -hans > On Mar 26, 2020, at 5:58 PM, Vidhya Sakar wrote: > > Hi Team, > > The Kafka consumer is reading only 8 records per second.We have implemented > apache Kafka and confluent connect S3. The confluent connect

Reg : Slowness in Kafka

2020-03-26 Thread Vidhya Sakar
Hi Team, The Kafka consumer is reading only 8 records per second.We have implemented apache Kafka and confluent connect S3. The confluent connect S3 collects the records and pushes it to S3 bucket. In this process, we are seeing some slowness like on an average only 8 records is being processed