navdeepsekhon/kafkaer

If a topic doesn't exist, related schemas are not deleted

navdeepsekhon opened this issue · 0 comments

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

  1. Run kafkaer to create a topic
  2. Register a schema for the topic in schema registry
  3. Run kafkaer wipe without wipe-schemas
  4. Run kafkaer wipe with wipe-schemas

Expected behavior
The schema related to the topic should be deleted