[VOTE] 3.2.1 RC3

2022-07-21 Thread David Arthur
Hello Kafka users, developers and client-developers, This is the first release candidate of Apache Kafka 3.2.1. This is a bugfix release with several fixes since the release of 3.2.0. A few of the major issues include: * KAFKA-14062 OAuth client token refresh fails with SASL extensions * KAFKA-1

Re: Designing a low latency consumer

2022-07-21 Thread Patrick Taylor
Here's a great resource. Includes links to even more at the end. https://www.confluent.io/blog/configure-kafka-to-minimize-latency/ -- Forwarded message -- > From: Vasant Surya Teja > To: users@kafka.apache.org > Cc: > Bcc: > Date: Wed, 20 Jul 2022 18:13:02 -0500 > Subject: Design

Designing a low latency consumer

2022-07-21 Thread Vasant Surya Teja
Hi Team, I need a small advise from you on how to design a low latency consumer. I am aiming to reduce the amount of time it takes to transfer data from Kafka to my sink. During this research I came across two properties. They are: 1. fetch.min.bytes 2. fetch.max.wait.ms I am planning to reduce th