Re: Table a KStream

2017-02-11 Thread Eno Thereska
Yes you are correct Elliot. If you look at it just from the point of view of what's in the topic, and how the topic is configured (e.g., with "compact") there is no difference. Thanks Eno > On 11 Feb 2017, at 17:56, Elliot Crosby-McCullough > wrote: > > For my own

Re: Table a KStream

2017-02-11 Thread Elliot Crosby-McCullough
For my own clarity, is there any actual distinction between `stream.to('topic')` where `topic` is set to compact and the upcoming `stream.toTable('topic')` if you're not going to immediately use the table in this topology, i.e. if you want to use it as a table in some other processor application?

sending mailchimp data to kafka cluster using producer api

2017-02-11 Thread VIVEK KUMAR MISHRA 13BIT0066
Hello sir, I want to send mailchimp data to kafka broker(Topic) using producer api. counld you please help me?