Re: [DISCUSS] KIP-428: Add in-memory window store

2019-02-14 Thread Matthias J. Sax
e.org/confluence/display/KAFKA/Kafka+Improvement+Proposals >>>>> >>>> . >>>> >>>> I am +1 for this proposal for reaching parity between key-value store >> and >>>> windowed store. >>>> >>>> Thanks, >>&

Re: [DISCUSS] KIP-428: Add in-memory window store

2019-02-14 Thread Guozhang Wang
sing this new feature! In-memory window store > is > > > > very useful in long term. One meta comment is that we don't need to > > > include > > > > implementation details in the public interface section, and those > > > > validation steps are pr

Re: [DISCUSS] KIP-428: Add in-memory window store

2019-02-14 Thread Sophie Blee-Goldman
;t need to > > include > > > implementation details in the public interface section, and those > > > validation steps are pretty trivial. > > > > > > Boyang > > > > > > > > > From: Sophie Blee-Gold

Re: [DISCUSS] KIP-428: Add in-memory window store

2019-02-13 Thread Guozhang Wang
> > > Boyang > > > > > > From: Sophie Blee-Goldman > > Sent: Friday, February 8, 2019 9:56 AM > > To: dev@kafka.apache.org > > Subject: [DISCUSS] KIP-428: Add in-memory window store > > > > Streams currently only has

Re: [DISCUSS] KIP-428: Add in-memory window store

2019-02-08 Thread Dongjin Lee
ps are pretty trivial. > > Boyang > > > From: Sophie Blee-Goldman > Sent: Friday, February 8, 2019 9:56 AM > To: dev@kafka.apache.org > Subject: [DISCUSS] KIP-428: Add in-memory window store > > Streams currently only has support for

Re: [DISCUSS] KIP-428: Add in-memory window store

2019-02-07 Thread Boyang Chen
oyang From: Sophie Blee-Goldman Sent: Friday, February 8, 2019 9:56 AM To: dev@kafka.apache.org Subject: [DISCUSS] KIP-428: Add in-memory window store Streams currently only has support for a RocksDB window store, but users have been requesting an in-memory version. This KIP introduces a design for

[DISCUSS] KIP-428: Add in-memory window store

2019-02-07 Thread Sophie Blee-Goldman
Streams currently only has support for a RocksDB window store, but users have been requesting an in-memory version. This KIP introduces a design for an in-memory window store implementation. https://cwiki.apache.org/confluence/display/KAFKA/KIP-428%3A+Add+in-memory+window+store