Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Remove a specific topic or set of topics from a mirror (stop mirroring / failoverfailover: all partitions become writable):

Code Block
languagebash
$ bin/kafka-mirror.sh --bootstrap-server :9094 --remove --topic my-topic --mirror my-mirror
Removed 1 topic(s) from mirror my-mirror: [my-topic]

Delete a mirror including its topics and configuration (stop mirroring / promotionthe mirror must be empty or include only stopped partitions):

Code Block
languagebash
TODO

...