Versions Compared

Key

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

...

The global configuration is stored in the same format as a topic-level configuration:

 

 

{

    "version" : "1",
    "config"  : {
	            "message.max.bytes" : "200000",
		    "num.network.threads" : "5"
		}
}

...

ConfigChangeRequest => [ConfigData]
   ConfigData => ConfigKey ConfigValue
   ConfigKey => string
ConfigValue => string

...