Re: KSQL with changelog topic

2018-11-02 Thread Boyang Chen
Thanks for confirming! From: Matthias J. Sax Sent: Saturday, November 3, 2018 1:35 AM To: dev@kafka.apache.org Subject: Re: KSQL with changelog topic I see. Makes sense. AFAIK, this is not supported atm, because KSQL cannot handle the `Windowed` datatype yet

Re: KSQL with changelog topic

2018-11-02 Thread Matthias J. Sax
> From: Matthias J. Sax > Sent: Friday, November 2, 2018 5:06 AM > To: dev@kafka.apache.org > Subject: Re: KSQL with changelog topic > > I am not sure if I understand the question. Can you elaborate? > > -Matthias > > > On 11/1/18 10:38 AM, Boy

Re: KSQL with changelog topic

2018-11-01 Thread Boyang Chen
sense. Thank you! From: Matthias J. Sax Sent: Friday, November 2, 2018 5:06 AM To: dev@kafka.apache.org Subject: Re: KSQL with changelog topic I am not sure if I understand the question. Can you elaborate? -Matthias On 11/1/18 10:38 AM, Boyang Chen wrote: > H

Re: KSQL with changelog topic

2018-11-01 Thread Matthias J. Sax
I am not sure if I understand the question. Can you elaborate? -Matthias On 11/1/18 10:38 AM, Boyang Chen wrote: > Hey there, > > > a dumb question that I haven't found the answer anywhere: does KSQL support > query towards Stream applications' > > changelog topic? Especially window store ch

KSQL with changelog topic

2018-11-01 Thread Boyang Chen
Hey there, a dumb question that I haven't found the answer anywhere: does KSQL support query towards Stream applications' changelog topic? Especially window store changelog, since it has a more complex key schema. Thanks!