Skip to content

Commit

Permalink
Kafkatest globals.json
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhill committed Sep 29, 2016
1 parent 1277323 commit 8ca4e44
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/globals.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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"
}
}

0 comments on commit 8ca4e44

Please sign in to comment.