Versions Compared

Key

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

...

This means we must add an additional flag "--bootstrap-server" to use AdminClient to get the broker/cluster "min.insync.replicas" configuration to use as the default when it is not found in Zookeeper.


Example of using the commandusage:

Code Block
bin/kafka-topics.sh --zookeeper localhost:2181 --describe --under-min-isr-partitions --bootstrap-server localhost:9092

...