Learn how to process streams of data from Apache Kafka topics using Spring Cloud Streams.
Read more…
Brought to you by our guest author: Manish Jain
Learn how to process streams of data from Apache Kafka topics using Spring Cloud Streams.
Read more…
Brought to you by our guest author: Manish Jain
Hey Devs! How did you like this post? Please share any comments or feedback with us on this thread!
hello, good article, I downloaded the source code and executed it as indicated in the steps, but the EvenNumberConsumer class does not receive anything, it seems that it is not used.
@robertino.calcaterra would you be able to follow up on that? Thank you!
The author of this blog post is working on this. cc @konrad.sopala
Perfect! Thanks for the update!
Hey, apologies for the late response. I tried running it locally and it prints the number from the EvenNumberConsumer
class. Are you sure, you ran Kafka using the docker-compose
. That is pre-requisite for the code to run properly. Thanks.