Hello Bruno, Just a few more questions about the KIP:
1) If the internal topics exist but the calculated num.partitions do not match the existing topics, what would Streams do; 2) Since `init()` is a blocking call (we only return after all topics are confirmed to be created), should we have a timeout for this call as well or not; 3) If the configure is set to `MANUAL_SETUP`, then during rebalance do we still check if number of partitions of the existing topic match or not; if not, do we throw the newly added exception or throw a fatal StreamsException? Today we would throw the StreamsException from assign() which would be then thrown from consumer.poll() as a fatal error. Guozhang On Mon, Dec 14, 2020 at 12:47 PM John Roesler <vvcep...@apache.org> wrote: > Thanks, Bruno! > > I'm +1 (binding) > > -John > > On Mon, 2020-12-14 at 09:57 -0600, Leah Thomas wrote: > > Thanks for the KIP Bruno, LGTM. +1 (non-binding) > > > > Cheers, > > Leah > > > > On Mon, Dec 14, 2020 at 4:29 AM Bruno Cadonna <br...@confluent.io> > wrote: > > > > > Hi, > > > > > > I'd like to start the voting on KIP-698 that proposes an explicit user > > > initialization of broker-side state for Kafka Streams instead of > letting > > > Kafka Streams setting up the broker-side state automatically during > > > rebalance. Such an explicit initialization avoids possible data loss > > > issues due to automatic initialization. > > > > > > https://cwiki.apache.org/confluence/x/7CnZCQ > > > > > > Best, > > > Bruno > > > > > > -- -- Guozhang