Guozhang,

I agree, but upon restart the application still needs to init
KV-storage. And even though values are empty, keys will generate
traffic (delaying app startup time).
Besides, the idea of keeping needless data in kafka forever, even keys
only, sounds rather unsettling.

I guess we could try to reduce the key update count, and adjust
retention of KV topic.

Thanks,

2015-03-02 19:14 GMT+03:00 Guozhang Wang <wangg...@gmail.com>:
> Currently Kafka log compaction does not support removing keys, but as long
> as you also have log cleaning done at the app level #.keys will not
> increase indefinitely.

Reply via email to