Question about applicability of Kafka Streams

2016-05-26 Thread BYEONG-GI KIM
Hello. First I thank you so much for the devs since they've been making a great tool as open-source software. I'm considering to apply a new feature of the Kafka, aka Kafka Streams, on my simple handler application, which receives monitoring data from Collectd and reproduce transformed messages t

Re: Question about applicability of Kafka Streams

2016-05-26 Thread Tobias Adamson
Hi Kim Would maybe this example work for you? https://github.com/apache/kafka/tree/trunk/streams/examples/src/main/java/org/apache/kafka/streams/examples/pageview It included JS

Re: Question about applicability of Kafka Streams

2016-05-26 Thread BYEONG-GI KIM
Thank you very much for the information! I'll look into it. Best regards KIM 2016-05-27 11:31 GMT+09:00 Tobias Adamson : > Hi Kim > Would maybe this example work for you? > > https://github.com/apache/kafka/tree/trunk/streams/examples/src/main/java/org/apache/kafka/streams/examples/pageview > <

Re: Question about applicability of Kafka Streams

2016-05-30 Thread Michael Noll
Kim, yes, Kafka Stream is very suitable for this kind of application. The code example that Tobias linked to should be a good starting point for you (thanks, Tobias!). Best, Michael On Fri, May 27, 2016 at 4:35 AM, BYEONG-GI KIM wrote: > Thank you very much for the information! > I'll look