Re: Benchmarking streaming frameworks

2017-03-23 Thread David Garcia
I don’t think “benchmarking” frameworks WRT Kafka is a particularly informative. The various frameworks available are better compared WRT their features and processing limitations. For example, Akka-streams for kafka effects a more intuitive way to express asynchronous operations. If you were

Re: Benchmarking streaming frameworks

2017-03-23 Thread Eno Thereska
Hi Giselle, Great idea! In Kafka Streams we have a few micro-benchmarks we run nightly. They are at: https://github.com/apache/kafka/blob/trunk/streams/src/test/java/org/apache/kafka/streams/perf/SimpleBenchmark.java

Benchmarking streaming frameworks

2017-03-23 Thread Giselle van Dongen
Dear users of Streaming Technologies, As a PhD student in big data analytics, I am currently in the process of compiling a list of benchmarks (to test multiple streaming frameworks) in order to create an expanded benchmarking suite. The benchmark suite is being developed as a part of my current wo