summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/librdkafka-2.1.0/examples/globals.json
blob: 527e1262b728ffe92ab3a270a4bc064d84e2385e (plain)
1
2
3
4
5
6
7
8
9
10
11
{"VerifiableConsumer":
 {
     "class": "kafkatest.services.verifiable_client.VerifiableClientApp",
     "exec_cmd": "/vagrant/tests/c/kafkatest_verifiable_client --consumer --debug cgrp,topic,protocol,broker"
 },
 "VerifiableProducer":
 {
     "class": "kafkatest.services.verifiable_client.VerifiableClientApp",
     "exec_cmd": "/vagrant/tests/c/kafkatest_verifiable_client --producer --debug topic,broker"
 }
}