Re: Kafka Streams CoGroup

2017-11-13 Thread Artur Mrozowski
> > I wonder if anyone could shed some light on how to implement CoGroup in > > Kafka Streams in currrent version 1.0, as mentioned in this blog post > > > > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP- > 150+-+Kafka-Streams+Cogroup > > . > &g

Re: Kafka Streams CoGroup

2017-11-13 Thread Damian Guy
d in this blog post > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-150+-+Kafka-Streams+Cogroup > . > > I am new to Kafka and would appreciate if anyone could provide an example > on how this can be done in little more detail. > > Thanks > > /Artur >

Kafka Streams CoGroup

2017-11-13 Thread Artur Mrozowski
Hi, I wonder if anyone could shed some light on how to implement CoGroup in Kafka Streams in currrent version 1.0, as mentioned in this blog post https://cwiki.apache.org/confluence/display/KAFKA/KIP-150+-+Kafka-Streams+Cogroup . I am new to Kafka and would appreciate if anyone could provide an

Re: question about KIP-150 - Kafka-Streams Cogroup

2017-11-10 Thread Guozhang Wang
Matt is right. KIP-150 did not make it to 1.0.0. So it may need to wait for the next minor release (1.1.0). Guozhang On Fri, Nov 10, 2017 at 10:25 AM, Matt Farmer wrote: > The JIRA ticket for its implementation still appears to be open, so I'd > guess it's not in 1.0 > > On Fri, Nov 10, 2017 a

Re: question about KIP-150 - Kafka-Streams Cogroup

2017-11-10 Thread Matt Farmer
The JIRA ticket for its implementation still appears to be open, so I'd guess it's not in 1.0 On Fri, Nov 10, 2017 at 12:28 PM Artur Mrozowski wrote: > Hi, > I have a question about KIP-150. Has that functionality been released in > version 1.0 or is it planned for version 1.1? > > Here it says

question about KIP-150 - Kafka-Streams Cogroup

2017-11-10 Thread Artur Mrozowski
Hi, I have a question about KIP-150. Has that functionality been released in version 1.0 or is it planned for version 1.1? Here it says 1.1 https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Streams but in this blog post it seems to be part of 1.0. https://www.confluent.io/blog/apache-kafka

Re: Kafka-Streams: Cogroup

2017-04-13 Thread Eno Thereska
Hi Kyle, (cc-ing user list as well) This could be an interesting scenario. Two things to help us think through it some more: 1) it seems you attached a figure, but I cannot seem to open it. 2) what about using the low level processor API instead of the DSL as approach 3? Do you have any thought