Re: Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread Suresh Chidambaram
Hi Gary, Thank you very much for the help. Thanks C Suresh On Wednesday, April 29, 2020, Gary Russell wrote: > There's a simple example in this answer on Stack Overflow [1]. > > I am the project lead for the Spring for Apache Kafka project [2]. > > If you have further questions; ask on Stack O

Re: Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread Suresh Chidambaram
Hi ivan, Thank you for the help. Thanks C Suresh On Wednesday, April 29, 2020, Ivan Ponomarev wrote: > Hi everyone, > > take a look at https://github.com/inponomarev/kstreams-examples > > These are small examples for my training course about Kafka Streams. All > the examples utilize Spring Boo

Re: Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread Ivan Ponomarev
Hi everyone, take a look at https://github.com/inponomarev/kstreams-examples These are small examples for my training course about Kafka Streams. All the examples utilize Spring Boot, and they use quite recent versions of everything. Supporting notes and slides are in Russian, unfortunately.

Re: Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread Gary Russell
There's a simple example in this answer on Stack Overflow [1]. I am the project lead for the Spring for Apache Kafka project [2]. If you have further questions; ask on Stack Overflow tagged with spring-kafka (I don't monitor this group closely) [1]: https://stackoverflow.com/questions/58193901/u

Re: Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread Suresh Chidambaram
Sure Khaja. Thanks C Suresh On Tuesday, April 28, 2020, KhajaAsmath Mohammed wrote: > Hello Suresh, > > I am also looking for the same. Let me know if you find anything > > Sent from my iPhone > > > On Apr 28, 2020, at 8:25 PM, Suresh Chidambaram > wrote: > > > > Hi Team, > > > > Greetings. >

Re: Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread KhajaAsmath Mohammed
Hello Suresh, I am also looking for the same. Let me know if you find anything Sent from my iPhone > On Apr 28, 2020, at 8:25 PM, Suresh Chidambaram > wrote: > > Hi Team, > > Greetings. > > I have been looking for an example application which uses Kafka Streams > with Spring Boot, but I'm

Apache Kafka Streams with Sprinng Boot

2020-04-28 Thread Suresh Chidambaram
Hi Team, Greetings. I have been looking for an example application which uses Kafka Streams with Spring Boot, but I'm unable to find one in the internet. Could someone help me by providing the code? Thanks C Suresh