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
33
34
35
36
|
{
"config": {
"//description": "This file is only used for testing purposes",
"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": {
"PM_MEAS_FILES": {
"type": "data_router",
"dmaap_info": {
"username": "CYE9fl40",
"location": "loc00",
"log_url": "https://dmaap-dr-prov/feedlog/4",
"publisher_id": "4.307dw",
"password": "izBJD8nLjawq0HMG",
"publish_url": "https://dmaap-dr-prov/publish/4"
}
}
},
"streams_subscribes": {
"dmaap_subscriber": {
"dmaap_info": {
"topic_url": "http://dradmin:dradmin@localhost:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12"
},
"type": "message_router"
}
}
}
}
|