We've been playing around with KSQL on our 3 broker DEV cluster and have a lot of leftover topics that seem to want to persist. I've stopped all producers and consumers I'm aware of, deleted all the Streams and Tables from the KSQL CLI, then stopped the KSQL servers and attempted to delete all topics with the kafka-topics CLI (other than all the system '_' topics). But the best I can do is be left with several that are 'marked for deletion' and then within a few minutes several deleted topics re-appear.
Is there a quick easy fail-safe way to nuke all the cluster topics from orbit? I just want to start fresh with a clean cluster and don't care about any existing topics or data.