Kafka Utility¶
Kafka
is a command-line application.
main¶
main(
args: Array[String]): Unit
main
...FIXME
buildServer¶
buildServer(
props: Properties): Server
buildServer
creates a KafkaServer or KafkaRaftServer based on process.roles configuration property (in the given Properties
).