mirror of https://github.com/apache/kafka.git
77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"cluster_config": [
|
|
{
|
|
"entity_id": "0",
|
|
"hostname": "localhost",
|
|
"role": "zookeeper",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9990"
|
|
},
|
|
{
|
|
"entity_id": "1",
|
|
"hostname": "localhost",
|
|
"role": "broker",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9991"
|
|
},
|
|
{
|
|
"entity_id": "2",
|
|
"hostname": "localhost",
|
|
"role": "broker",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9992"
|
|
},
|
|
{
|
|
"entity_id": "3",
|
|
"hostname": "localhost",
|
|
"role": "broker",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9993"
|
|
},
|
|
{
|
|
"entity_id": "4",
|
|
"hostname": "localhost",
|
|
"role": "producer_performance",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9997"
|
|
},
|
|
{
|
|
"entity_id": "5",
|
|
"hostname": "localhost",
|
|
"role": "producer_performance",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9998"
|
|
},
|
|
{
|
|
"entity_id": "6",
|
|
"hostname": "localhost",
|
|
"role": "console_consumer",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9999"
|
|
},
|
|
{
|
|
"entity_id": "7",
|
|
"hostname": "localhost",
|
|
"role": "console_consumer",
|
|
"cluster_name": "source",
|
|
"kafka_home": "default",
|
|
"java_home": "default",
|
|
"jmx_port": "9191"
|
|
}
|
|
]
|
|
}
|