Versions Compared

Key

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

...

Alter mirror configuration (e.g. authenticationany valid configuration triggers a reconnection):

Code Block
languagebash
TODO$ bin/kafka-configs.sh --bootstrap-server :9094 --entity-type mirrors --entity-name my-mirror --alter \
    --add-config bootstrap.servers=localhost:9092
Completed updating config for mirror my-mirror.

Throttling on the destination cluster:

...