You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
622 B
36 lines
622 B
{
|
|
"consumer": "consumerAXYraw",
|
|
"ioConfig": {
|
|
"in": {
|
|
"kafka": {
|
|
"brokers": [
|
|
"10.8.30.160:30992"
|
|
],
|
|
"groupId": "synchronizeRaw",
|
|
"topics": [
|
|
"RawData"
|
|
]
|
|
}
|
|
},
|
|
"out": {
|
|
"es": {
|
|
"address": ["http://10.8.30.160:30092"],
|
|
"index": "anxincloud_raws_last",
|
|
"auth": {
|
|
"userName": "post",
|
|
"password": "123"
|
|
},
|
|
"interval": 30
|
|
}
|
|
}
|
|
},
|
|
"info": {
|
|
"common": {
|
|
},
|
|
"queryComponent":{
|
|
"redis": {
|
|
"address": "10.8.30.142:30379"
|
|
}
|
|
}
|
|
}
|
|
}
|