Re: Changelog topic with retention

2018-03-14 Thread Sameer Kumar
Hi All, Just found the answer to this, a changelog topic can now have both delete and compact as clean up policy. Also, a retention period can also be set. So, in case of window store, whatever we specify as until becomes the retention.ms of the changelog topic. -Sameer. On Wed, Mar 14, 2018 at

Changelog topic with retention

2018-03-14 Thread Sameer Kumar
Hi, A changelog would have infinite retention(only one can be specified among compact or delete), howsover while using windows store, we have timewindows.until() which specifies the retention. A KTable can be created using TimeWindows.until(), does that mean that changelog would have retention as