Re: Help related to KStreams and Stateful event processing.

2016-09-26 Thread Michael Noll
Arvind, your use cases sound very similar to what Bobby Calderwell recently described and presented at StrangeLoop this year: Commander: Better Distributed Applications through CQRS, Event Sourcing, and Immutable Logs https://speakerdeck.com/bobbycalderwood/commander-better-distributed-applicatio

Re: Help related to KStreams and Stateful event processing.

2016-09-26 Thread Michael Noll
PS: Arvind, I think typically such questions should be sent to the kafka-user mailing list (not to kafka-dev). On Mon, Sep 26, 2016 at 3:41 AM, Matthias J. Sax wrote: > Hi Arvind, > > short answer, Kafka Streams does definitely help you! > > Long answer, Kafka Streams offers two layer to program

Re: Help related to KStreams and Stateful event processing.

2016-09-25 Thread Matthias J. Sax
Hi Arvind, short answer, Kafka Streams does definitely help you! Long answer, Kafka Streams offers two layer to program your stream processing job. The low-level Processor API and the high level DSL. Please check the documentation to get further details: http://docs.confluent.io/3.0.1/streams/ind

Help related to KStreams and Stateful event processing.

2016-09-25 Thread Arvind Kalyan
Hello there! I read about Kafka Streams recently, pretty interesting the way it solves the stream processing problem in a more cleaner way with less overheads and complexities. I work as a Software Engineer in a startup, and we are in the design stage for building a stream processing pipeline (if