I wrote a test class in which I'would test topic deletion
I found for EmbeddedKafkaBroker this method
embeddedKafkaBroker.addTopics("new-topic");
that make me able to create a new topic, but I can't find anything to delete a topic.
So, how can I test topic deletion?