Problematic Message Batches in a Produce Request

2018-03-11 Thread Murat Balkan
Hi all, A Produce Request is composed of one or more Message Batches, each belonging to 1 topic-partition. My question is; When a produce request is sent to Kafka, and if only 1 of the message batches is problematic, what will happen to the other message batches? Will they be lost? Looking at

Re: Vids Re: Running SSL and PLAINTEXT mode together (Kafka 10.2.1)

2018-03-11 Thread Martin Gainty
From: svsuj...@gmail.com Sent: Sunday, March 11, 2018 4:22 PM To: users@kafka.apache.org Cc: Ismael Juma; rajinisiva...@gmail.com Subject: Vids Re: Running SSL and PLAINTEXT mode together (Kafka 10.2.1) Chic bhari Sent from my iPhone GC

Vids Re: Running SSL and PLAINTEXT mode together (Kafka 10.2.1)

2018-03-11 Thread svsujeet
Chic bhari Sent from my iPhone GC > On Dec 19, 2017, at 5:54 PM, Darshan wrote: > Srvy cdhdjtiyyjj > Anyone ? > Y. Yum m > On Mon, Dec 18, 2017 at 7:25 AM, Darshan > wrote: > >> Hi >> >> I am wondering if there is a way to know nhj mbiib

Re: Re: kafka steams with TimeWindows ,incorrect result

2018-03-11 Thread Guozhang Wang
If you want to strictly "only have one output per window", then for now you'd probably implement that logic using a lower-level "transform" function in which you can schedule a punctuate function to send all the results at the end of a window. If you just want to reduce the amount of data to your