{ "configs": { "dmaap": { "dmaapConsumerConfiguration": { "dmaapHostName": "localhost", "dmaapPortNumber": 2222, "dmaapTopicName": "/events/unauthenticated.VES_NOTIFICATION_OUTPUT", "dmaapProtocol": "http", "dmaapUserName": "", "dmaapUserPassword": "", "dmaapContentType": "application/json", "consumerId": "C12", "consumerGroup": "OpenDcae-c12", "timeoutMs": -1, "messageLimit": 1 }, "dmaapProducerConfiguration": { "dmaapHostName": "localhost", "dmaapPortNumber": 3907, "dmaapTopicName": "publish", "dmaapProtocol": "https", "dmaapUserName": "dradmin", "dmaapUserPassword": "dradmin", "dmaapContentType": "application/octet-stream" } }, "ftp": { "ftpesConfiguration": { "keyCert": "config/dfc.jks", "keyPassword": "secret", "trustedCa": "config/ftp.jks", "trustedCaPassword": "secret" } }, "security": { "trustStorePath" : "change it", "trustStorePasswordPath" : "change it", "keyStorePath" : "change it", "keyStorePasswordPath" : "change it", "enableDmaapCertAuth" : "false" } } }