修改代码
This commit is contained in:
parent
65a9481766
commit
a0463d5ae1
@ -81,13 +81,42 @@
|
|||||||
"Port": 5672
|
"Port": 5672
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
//"Kafka": {
|
||||||
|
// "BootstrapServers": "121.42.242.91:29092,121.42.242.91:39092,121.42.242.91:49092",
|
||||||
|
// "EnableAuthorization": false,
|
||||||
|
// "SecurityProtocol": "SASL_PLAINTEXT",
|
||||||
|
// "SaslMechanism": "PLAIN",
|
||||||
|
// "SaslUserName": "lixiao",
|
||||||
|
// "SaslPassword": "lixiao1980",
|
||||||
|
// "Topic": {
|
||||||
|
// "ReplicationFactor": 3,
|
||||||
|
// "NumPartitions": 1000
|
||||||
|
// }
|
||||||
"Kafka": {
|
"Kafka": {
|
||||||
"EnableAuthorization": false,
|
"Connections": {
|
||||||
"SecurityProtocol": "SASL_PLAINTEXT",
|
"Default": {
|
||||||
"SaslMechanism": "PLAIN",
|
"BootstrapServers": "121.42.242.91:29092,121.42.242.91:39092,121.42.242.91:49092"
|
||||||
"SaslUserName": "lixiao",
|
// "SecurityProtocol": "SASL_PLAINTEXT",
|
||||||
"SaslPassword": "lixiao1980",
|
// "SaslMechanism": "PLAIN",
|
||||||
"NumPartitions": 50
|
// "SaslUserName": "lixiao",
|
||||||
|
// "SaslPassword": "lixiao1980",
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Consumer": {
|
||||||
|
"GroupId": "JiShe.CollectBus"
|
||||||
|
},
|
||||||
|
"Producer": {
|
||||||
|
"MessageTimeoutMs": 6000,
|
||||||
|
"Acks": -1
|
||||||
|
},
|
||||||
|
"Topic": {
|
||||||
|
"ReplicationFactor": 3,
|
||||||
|
"NumPartitions": 1000
|
||||||
|
},
|
||||||
|
"EventBus": {
|
||||||
|
"GroupId": "JiShe.CollectBus",
|
||||||
|
"TopicName": "DefaultTopicName"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"IoTDBOptions": {
|
"IoTDBOptions": {
|
||||||
"UserName": "root",
|
"UserName": "root",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user