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", |
| 14 | "timeoutMS": -1, |
| 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 | } |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 34 | } |
| 35 | } |
LiamBurke | abf1f1c | 2018-10-03 15:02:12 +0000 | [diff] [blame] | 36 | } |