Dear Members, I have been searching for this for quite some time but haven't been able to figure out a way to do this.
I need to subscribe to a kafka topic which I will know only at runtime - by calling a REST endpoint. The REST API I am calling is creating topics and returning the topic name. I am using spring camel starter and have camel route defined up until I am able to fetch the topic name. How do I then have a route created at runtime that uses the topic name from the rest endpoint? -- Best, Girish Vasmatkar