5 "servers" : [ "my-server" ],
6 "topic" : "ueb-source",
13 "allowSelfSignedCerts" : true,
14 "consumerGroup" : "${obj.topicSources[0].consumerGroup}",
15 "consumerInstance" : "${obj.topicSources[0].consumerInstance}",
16 "fetchTimeout" : 15000,
18 "topicCommInfrastructure" : "UEB"
20 "servers" : [ "my-server" ],
21 "topic" : "dmaap-source",
25 "apiKey" : "my-api-key",
26 "apiSecret" : "my-api-secret",
28 "allowSelfSignedCerts" : true,
29 "consumerGroup" : "my-cons-group",
30 "consumerInstance" : "my-cons-inst",
33 "topicCommInfrastructure" : "DMAAP"
35 "servers" : [ "my-server" ],
36 "topic" : "noop-source",
40 "topicCommInfrastructure" : "NOOP"
43 "servers" : [ "my-server" ],
51 "allowSelfSignedCerts" : true,
52 "topicCommInfrastructure" : "UEB",
53 "partitionKey" : "${obj.topicSinks[0].partitionKey}"
55 "servers" : [ "my-server" ],
56 "topic" : "dmaap-sink",
60 "apiKey" : "my-api-key",
61 "apiSecret" : "my-api-secret",
63 "allowSelfSignedCerts" : true,
64 "topicCommInfrastructure" : "DMAAP",
65 "partitionKey" : "my-partition"
67 "servers" : [ "my-server" ],
68 "topic" : "noop-sink",
72 "topicCommInfrastructure" : "NOOP"