BjornMagnussonXA | 663566c | 2021-11-08 10:25:07 +0100 | [diff] [blame] | 1 | { |
| 2 | "types": [ |
| 3 | { |
| 4 | "id": "ExampleInformationType", |
BjornMagnussonXA | 6fc58fd | 2021-11-18 08:19:45 +0100 | [diff] [blame] | 5 | "dmaapTopicUrl": "/events/unauthenticated.dmaapadp.json/dmaapadapterproducer/msgs?timeout=15000&limit=100", |
BjornMagnussonXA | 663566c | 2021-11-08 10:25:07 +0100 | [diff] [blame] | 6 | "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG} |
BjornMagnussonXA | 6fc58fd | 2021-11-18 08:19:45 +0100 | [diff] [blame] | 7 | }, |
| 8 | { |
| 9 | "id": "ExampleInformationTypeKafka", |
| 10 | "kafkaInputTopic": "unauthenticated.dmaapadp_kafka.text", |
| 11 | "useHttpProxy": ${DMMAAP_ADP_PROXY_FLAG} |
| 12 | } |
BjornMagnussonXA | 663566c | 2021-11-08 10:25:07 +0100 | [diff] [blame] | 13 | ] |
| 14 | } |