Re: Posted a new article about Kafka Streams

2019-06-17 Thread John Roesler
Hi all, Thanks for the heads-up! I've added the article to my reading list. And thanks for the reminder about your KIP, Paul. I just visited the discussion and voting threads. Also, another plug, you might both be interested in my freshly-proposed KIP-478

Re: Posted a new article about Kafka Streams

2019-06-17 Thread Development
Hey Paul, Thank you so much for your input! :) Just updated my article about the iterator closing. Thank you! Best, Daniyar Yeralin > On Jun 16, 2019, at 4:11 PM, Paul Whalen wrote: > > I've only skimmed it so far, but great job! The community is in serious > need of more examples of the

Re: Posted a new article about Kafka Streams

2019-06-16 Thread Paul Whalen
I've only skimmed it so far, but great job! The community is in serious need of more examples of the Processor API, there really isn't that much out there. One thing I did notice: the iterator you get from kvStore.all() ought to be closed to release resources when you're done with it. This

Re: Posted a new article about Kafka Streams

2019-06-14 Thread Development
Bad link: https://medium.com/@daniyaryeralin/utilizing-kafka-streams-processor-api-and-implementing-custom-aggregator-6cb23d00eaa7 > On Jun 14, 2019, at 11:07 AM, Development wrote: > > Hello Kafka Dev community, > > I wrote an article on implementing a custom transformer using Processor API

Posted a new article about Kafka Streams

2019-06-14 Thread Development
Hello Kafka Dev community, I wrote an article on implementing a custom transformer using Processor API for Kafka Streams! https://medium.com/@daniyaryeralin/utilizing-kafka-streams-processor-api-and-implementing-custom-aggregation-f6a4a6c376be