Re: [EXT MSG] Re: KAFKA POLL

2024-10-16 Thread Sathishkumar Palanisamy
h response. If the first poll() send the fetch request, the second poll() would see that a fetch request is already "in progress" and just wait for it to complete (or again just let `poll()` return with empty result if the timeout hits before the fetch request completes) HTH. -Mat

RE: [EXT MSG] Re: KAFKA POLL

2024-10-16 Thread Sathishkumar Palanisamy
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 isn't available for any fetching related i believe > in javadocs TO

KAFKA POLL

2024-10-10 Thread Sathishkumar Palanisamy
Hi Team, Does anyone know in the experimental scenario, JAVA runtime 8 or 11 1. Kafka's topic -> Testing_topic 2. Kafka's topic partition count -> 1 3. Kafka's topic partition offset -> 2 [two messages are available, each weight a