Versions Compared

Key

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

...

Code Block
$ bin/kafka-configs.sh --bootstrap-server :9091 --alter --add-config 'consumer_byte_rate=1024' --entity-type clients --entity-name broker-4-fetcher-0-mirror-my-mirror

Completed updating config for client broker-4-fetcher-0-mirror-my-mirror.


Admin Client

New methods are added to the Admin interface for programmatic cluster mirror management, along with their supporting classes:

...