DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Remove a specific topic or set of topics from a mirror (stop mirroring / failoverfailover: all partitions become writable):
| Code Block | ||
|---|---|---|
| ||
$ 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 | ||
|---|---|---|
| ||
TODO |
...