Skip to content
Snippets Groups Projects

Allow to delete all topics that have a specific prefix

All threads resolved!
10 files
+ 60
21
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -26,4 +26,6 @@ kafkaConfig:
topics:
- name: "input"
numPartitions: 40
replicationFactor: 1
\ No newline at end of file
replicationFactor: 1
- name: "theodolite-.*"
removeOnly: True
\ No newline at end of file
Loading