Property
kafka
| Property Name |
Type |
Description |
Required |
| brokers |
array of
KafkaBroker
|
|
Yes
|
| hosts |
array of
KafkaHost
|
|
Yes
|
| topics |
array of string
|
|
Yes
|
KafkaBroker
| Property Name |
Type |
Description |
Required |
| id |
string
|
|
Yes
|
| name |
string
|
|
Yes
|
| port |
integer
|
|
Yes
|
| rack |
string
|
|
|
KafkaHost
| Property Name |
Type |
Description |
Required |
| name |
string
|
|
Yes
|
| port |
integer
|
|
Yes
|
{
"topics": [
"test",
"__consumer_offsets",
"p2p-trade-messages",
"test.test",
"quickstart-events"
],
"hosts": [
{
"name": "13.127.132.31",
"port": 9092
}
],
"brokers": [
{
"id": 0,
"rack": null,
"name": "13.127.132.31",
"port": 9092
}
]
}