aboutsummaryrefslogtreecommitdiffstats
path: root/rest-services/cbs-client/src/test/resources/streams/kafka_sink.json
blob: e7b455080188ee49b3ec9dafe66f3f2c7621cce9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "type": "kafka",
    "aaf_credentials": {
        "username": "the user",
        "password": "the passwd"
    },
    "kafka_info": {
        "client_role": "com.dcae.member",
        "client_id": "1500462518108",
        "bootstrap_servers": "dmaap-mr-kafka-0:6060,dmaap-mr-kafka-1:6060",
        "topic_name": "HVVES_PERF3GPP"
    }
}