Versions Compared

Key

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

...

ZNode Structure:

Code Block
There will be 32 paths within config
/config/clients/<client_id>
/config/topics/<topic_name>
/config/brokers/<broker_id>

Internally, the znodes are comma-separated key-value pairs where key represents the configuration property to change.
{"version": x, "config" : {X1=Y1, X2=Y2..}}

...