Re: ChangeLog Question for TTL rocksDB stores

2016-01-28 Thread Yi Pan
Hi, David, The "compaction" referred to together w/ TTL is referring to RocksDb's compaction, not the Kafka-based changelog topic. Currently, TTL is not applied to Kafka-based changelog topic. SAMZA-677 is opened for this. -Yi On Thu, Jan 28, 2016 at 11:36 AM, David Garcia wrote: > Ok, that ma

Re: ChangeLog Question for TTL rocksDB stores

2016-01-28 Thread David Garcia
Ok, that makes sense. I had assumed that the changelog was supported because the docs mention that TTL is enforced upon ³compaction² (I had assumed compaction of the DB changelog). Which topic does the TTL policy listen for the compaction of (since compaction policies of topics can differ)? -Dav