Hi Guys, Is there a way to remove a kafka topic from the java api?
I have the following scenario: We have a subscription service, which returns responses to subscribed clients through kafka topic. Per subscription, we create a new kafka topic and send the data by publishing in this new topic. And, when the subscription ends, this topic is not needed anymore, so I would like to purge it so that it does not store data it will not be used anymore. Does it make sense? Thanks!