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"
23 "servers" : [ "my-server" ],
24 "topic" : "noop-source",
25 "effectiveTopic" : "noop-source",
29 "topicCommInfrastructure" : "NOOP"
32 "servers" : [ "my-server" ],
34 "effectiveTopic" : "my-effective-topic",
38 "apiKey" : "my-api-key",
39 "apiSecret" : "my-api-secret",
41 "allowTracing": false,
42 "allowSelfSignedCerts" : true,
43 "topicCommInfrastructure" : "UEB",
44 "partitionKey" : "${obj.topicSinks[0].partitionKey}"
47 "servers" : [ "my-server" ],
48 "topic" : "noop-sink",
49 "effectiveTopic" : "noop-sink",
53 "topicCommInfrastructure" : "NOOP"