Tagged in

Spring Boot

Blibli.com Tech Blog
Blibli.com Tech Blog
Articles on Blibli.com's engineering, culture, and technology. Written and curated by the very people who build Blibli.com. The views expressed are those of the authors and don't necessarily reflect those of Blibli.com.
More information
Followers
1.5K
Elsewhere
More, on Medium

Dynamic Spring Boot Kafka Consumer

In the previous article, i wrote about how to change kafka consumer state at runtime. Then i started to think, what if I have a logic process that I want to apply for some kafka topics? Do I have to create multiple kafka consumers using the @KafkaListener annotation?