How to subscribe Kafka dynamic topic using Quarkus?

105 views Asked by At

I have a use case is that - there is a system that will generate different kafka topics in runtime, meanwhile, I have a component that needs to subscribe a specific topic on demand.

I gone through the related Quarkus document, but still didn't figure out a way of doing that.

0

There are 0 answers