ConfigCommand¶
kafka.admin.ConfigCommand is a command-line utility.
ConfigCommand can be executed using kafka-configs shell script.
processCommandWithZk¶
processCommandWithZk(
zkConnectString: String,
opts: ConfigCommandOptions): Unit
processCommandWithZk...FIXME
processCommandWithZk is used when:
ConfigCommandis executed with--zookeeperoption (deprecated)
alterConfigWithZk¶
alterConfigWithZk(
zkClient: KafkaZkClient,
opts: ConfigCommandOptions,
adminZkClient: AdminZkClient): Unit
alterConfigWithZk...FIXME
alterConfigWithZk is used when:
ConfigCommandis executed with--alteroption (to alter the configuration for an entity)