[VOTE] 3.8.1 RC0

2024-10-16 Thread Josep Prat
Hello Kafka users, developers and client-developers, This is the first candidate for release of Apache Kafka 3.8.1. This is a bugfix release with several fixes. Release notes for the 3.8.1 release: https://dist.apache.org/repos/dist/dev/kafka/3.8.1-rc0/RELEASE_NOTES.html Please download, t

Re: [EXT MSG] Re: KAFKA POLL

2024-10-16 Thread Sathishkumar Palanisamy
Thanks for response , understood, 1. Exception classes isn't available for any fetching related i believe in javadocs TOPIC -> testing, partition count =1, offset count = 2 2. Assuming the message 1st topics 1st message we are trying to read "Lorem ipsum dolor sit amet, consectetur adipiscing

RE: [EXT MSG] Re: KAFKA POLL

2024-10-16 Thread Sathishkumar Palanisamy
Thank you Matthias for the clarification -Original Message- From: Matthias J. Sax Sent: Thursday, October 17, 2024 8:46 AM To: users@kafka.apache.org Subject: Re: [EXT MSG] Re: KAFKA POLL Not sure if I understand (1). For (2), you don't need to worry about it. The consumer will handle

Re: [EXT MSG] Re: KAFKA POLL

2024-10-16 Thread Matthias J. Sax
Not sure if I understand (1). For (2), you don't need to worry about it. The consumer will handle all this for you internally, and only return a full message from `poll()`. -Matthias On 10/16/24 00:16, Sathishkumar Palanisamy wrote: Thanks for response , understood, 1. Exception classes