Re: Aggregation events Stream Kafka

2018-02-20 Thread Maria Pilar
Thanks Sound good On 19 February 2018 at 21:04, Matthias J. Sax wrote: > Using Kafka's Streams API sound like a very good solution to your > problem. I'd recommend to check out the docs and examples: > > https://kafka.apache.org/10/documentation/streams/ > > https://github.com/confluentinc/kafk

Re: Aggregation events Stream Kafka

2018-02-19 Thread Matthias J. Sax
Using Kafka's Streams API sound like a very good solution to your problem. I'd recommend to check out the docs and examples: https://kafka.apache.org/10/documentation/streams/ https://github.com/confluentinc/kafka-streams-examples -Matthias On 2/19/18 1:19 AM, Maria Pilar wrote: > Hi > > I

Aggregation events Stream Kafka

2018-02-19 Thread Maria Pilar
Hi I need to create aggretions events and publish them in other topic for a Stream Kafka API. I usually i have done aggregates events with Apache Spark, however it requires include a new bussines layer into our E2e solution. I have checked the possibility to use aggreate method with KTABLE. Do