1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"dmaap.ftpesConfig.keyCert": "config/dfc.jks",
"dmaap.ftpesConfig.keyPassword": "secret",
"dmaap.ftpesConfig.trustedCa": "config/ftp.jks",
"dmaap.ftpesConfig.trustedCaPassword": "secret",
"dmaap.security.trustStorePath": "change it",
"dmaap.security.trustStorePasswordPath": "trustStorePasswordPath",
"dmaap.security.keyStorePath": "keyStorePath",
"dmaap.security.keyStorePasswordPath": "change it",
"dmaap.security.enableDmaapCertAuth": "false",
"streams_publishes": {
"CTR_MEAS_FILES": {
"type": "data_router",
"dmaap_info": {
"username": "user",
"log_url": "https://drsim:3907/feedlog/2",
"publish_url": "https://drsim:3907/publish/2",
"location": "loc00",
"password": "password",
"publisher_id": "972.360gm"
}
}
},
"streams_subscribes": {
"dmaap_subscriber": {
"dmaap_info": {
"topic_url": "http://dradmin:dradmin@mrsim:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c13/C13"
},
"type": "message_router"
}
}
}
|