Re: Kafka Streams aggregation store

2016-06-08 Thread Eno Thereska
Hi Alexander, I haven't tried Kafka Streams on Windows but did notice that Microsoft has merged code into github to make RocksDB available on Windows. Perhaps this is useful: https://blogs.msdn.microsoft.com/bingdevcenter/2015/07/22/open-source-contribution-from-bing-rocksdb-is-now-available-in-

Kafka Streams aggregation store

2016-06-08 Thread Alexander Jipa
Hello, According to http://www.confluent.io/blog/introducing-kafka-streams-stream-processing-made-simple: “In terms of implementation Kafka Streams stores this derived aggregation in a local embedded key-value store (RocksDB by default, but you can plug in anything).” So I tried running the wo