redhat-developer-demos/kafka-tutorial

How is KStream initialized

Closed this issue · 2 comments

Hello,

I like this tutorial very much and I find it a good start to get into Kafka. In the Streams section, the consumer prints out the played songs. I don't to understand how the KStream/KTable is initialized. Could you give a hint or point me to a documentation?

Kind regards,

Olaf

Thank you very much for the response. I'm sorry, I see now that my question was ambiguous. From what I got the MusicChartTopologyProducer has one method and this method is returning a Topology. What I didn't understood at that time was that the Kafka Stream engine is initialized and started by a method that returns a Topology and the properties in the application.properties. From what I get now this is part of the quarkus kafka stream implementation.