If a topic doesn't exist, related schemas are not deleted
navdeepsekhon opened this issue · 0 comments
navdeepsekhon commented
Describe the bug
If I run wipe with wipe-schemas options and the topic in the config does not exist but a schema for the topic exists in schema registry, the schema is not delete.
To Reproduce
- Run kafkaer to create a topic
- Register a schema for the topic in schema registry
- Run kafkaer wipe without wipe-schemas
- Run kafkaer wipe with wipe-schemas
Expected behavior
The schema related to the topic should be deleted