5 "servers" : [ "my-server" ],
6 "topic" : "ueb-source",
7 "effectiveTopic" : "my-effective-topic",
14 "allowSelfSignedCerts" : true,
15 "consumerGroup" : "${obj.topicSources[0].consumerGroup}",
16 "consumerInstance" : "${obj.topicSources[0].consumerInstance}",
17 "fetchTimeout" : 15000,
19 "topicCommInfrastructure" : "UEB"
21 "servers" : [ "my-server" ],
22 "topic" : "dmaap-source",
23 "effectiveTopic" : "my-effective-topic",
27 "apiKey" : "my-api-key",
28 "apiSecret" : "my-api-secret",
30 "allowSelfSignedCerts" : true,
31 "consumerGroup" : "my-cons-group",
32 "consumerInstance" : "my-cons-inst",
35 "topicCommInfrastructure" : "DMAAP"
37 "servers" : [ "my-server" ],
38 "topic" : "noop-source",
39 "effectiveTopic" : "noop-source",
43 "topicCommInfrastructure" : "NOOP"
46 "servers" : [ "my-server" ],
48 "effectiveTopic" : "my-effective-topic",
55 "allowSelfSignedCerts" : true,
56 "topicCommInfrastructure" : "UEB",
57 "partitionKey" : "${obj.topicSinks[0].partitionKey}"
59 "servers" : [ "my-server" ],
60 "topic" : "dmaap-sink",
61 "effectiveTopic" : "my-effective-topic",
65 "apiKey" : "my-api-key",
66 "apiSecret" : "my-api-secret",
68 "allowSelfSignedCerts" : true,
69 "topicCommInfrastructure" : "DMAAP",
70 "partitionKey" : "my-partition"
72 "servers" : [ "my-server" ],
73 "topic" : "noop-sink",
74 "effectiveTopic" : "noop-sink",
78 "topicCommInfrastructure" : "NOOP"