Is it possible to use Kafka to track counts instead of deletion on compaction? I know we can aggregate ourself and add it to a different topic but that won't make sense if the time window is more than few seconds.
Say, I can then, use it to count based on a key containing minute, hour, day. https://cwiki.apache.org/confluence/display/KAFKA/Log+Compaction -- Krishna