Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | { |
| 2 | "configs": { |
| 3 | "dmaap": { |
| 4 | "dmaapConsumerConfiguration": { |
| 5 | "dmaapHostName": "dmaapmrhost", |
| 6 | "dmaapPortNumber": 3904, |
| 7 | "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT", |
| 8 | "dmaapProtocol": "http", |
LiamBurke | abf1f1c | 2018-10-03 15:02:12 +0000 | [diff] [blame] | 9 | "dmaapUserName": "", |
| 10 | "dmaapUserPassword": "", |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 11 | "dmaapContentType": "application/json", |
| 12 | "consumerId": "C12", |
| 13 | "consumerGroup": "OpenDcae-c12", |
LiamBurke | c2ab2dc | 2019-01-30 11:19:09 +0000 | [diff] [blame] | 14 | "timeoutMs": -1, |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 15 | "messageLimit": 1 |
| 16 | }, |
| 17 | "dmaapProducerConfiguration": { |
| 18 | "dmaapHostName": "dmaapdrhost", |
| 19 | "dmaapPortNumber": 8443, |
| 20 | "dmaapTopicName": "publish", |
| 21 | "dmaapProtocol": "https", |
| 22 | "dmaapUserName": "dradmin", |
| 23 | "dmaapUserPassword": "dradmin", |
| 24 | "dmaapContentType": "application/octet-stream" |
| 25 | } |
LiamBurke | abf1f1c | 2018-10-03 15:02:12 +0000 | [diff] [blame] | 26 | }, |
| 27 | "ftp": { |
| 28 | "ftpesConfiguration": { |
| 29 | "keyCert": "/config/ftpKey.jks", |
| 30 | "keyPassword": "secret", |
| 31 | "trustedCA": "/config/ftpKey.jks", |
| 32 | "trustedCAPassword": "secret" |
| 33 | } |
LiamBurke | c2ab2dc | 2019-01-30 11:19:09 +0000 | [diff] [blame] | 34 | }, |
| 35 | "security": { |
| 36 | "trustStorePath" : "trustStorePath", |
| 37 | "trustStorePasswordPath" : "trustStorePasswordPath", |
| 38 | "keyStorePath" : "keyStorePath", |
| 39 | "keyStorePasswordPath" : "keyStorePasswordPath", |
| 40 | "enableDmaapCertAuth" : "enableDmaapCertAuth" |
| 41 | } |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 42 | } |
LiamBurke | c2ab2dc | 2019-01-30 11:19:09 +0000 | [diff] [blame] | 43 | } |