5 "servers" : [ "my-server" ],
6 "topic" : "ueb-source",
7 "effectiveTopic" : "my-effective-topic",
11 "apiKey" : "my-api-key",
12 "apiSecret" : "my-api-secret",
14 "allowTracing": false,
15 "allowSelfSignedCerts" : true,
16 "consumerGroup" : "${obj.topicSources[0].consumerGroup}",
17 "consumerInstance" : "${obj.topicSources[0].consumerInstance}",
20 "topicCommInfrastructure" : "UEB"
22 "servers" : [ "my-server" ],
23 "topic" : "dmaap-source",
24 "effectiveTopic" : "my-effective-topic",
28 "apiKey" : "my-api-key",
29 "apiSecret" : "my-api-secret",
31 "allowTracing": false,
32 "allowSelfSignedCerts" : true,
33 "consumerGroup" : "my-cons-group",
34 "consumerInstance" : "my-cons-inst",
37 "topicCommInfrastructure" : "DMAAP"
39 "servers" : [ "my-server" ],
40 "topic" : "noop-source",
41 "effectiveTopic" : "noop-source",
45 "topicCommInfrastructure" : "NOOP"
48 "servers" : [ "my-server" ],
50 "effectiveTopic" : "my-effective-topic",
54 "apiKey" : "my-api-key",
55 "apiSecret" : "my-api-secret",
57 "allowTracing": false,
58 "allowSelfSignedCerts" : true,
59 "topicCommInfrastructure" : "UEB",
60 "partitionKey" : "${obj.topicSinks[0].partitionKey}"
62 "servers" : [ "my-server" ],
63 "topic" : "dmaap-sink",
64 "effectiveTopic" : "my-effective-topic",
68 "apiKey" : "my-api-key",
69 "apiSecret" : "my-api-secret",
71 "allowTracing": false,
72 "allowSelfSignedCerts" : true,
73 "topicCommInfrastructure" : "DMAAP",
74 "partitionKey" : "my-partition"
76 "servers" : [ "my-server" ],
77 "topic" : "noop-sink",
78 "effectiveTopic" : "noop-sink",
82 "topicCommInfrastructure" : "NOOP"