fix kafka sample info in DEVELOPMENT.md Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/e4c3d3df Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/e4c3d3df Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/e4c3d3df
Branch: refs/heads/develop Commit: e4c3d3df99bea824f95d373f74980f309fbe4442 Parents: f0d7fe0 Author: Dale LaBossiere <dlab...@us.ibm.com> Authored: Sun Dec 10 17:56:36 2017 -0500 Committer: Dale LaBossiere <dlab...@us.ibm.com> Committed: Sun Dec 10 17:56:36 2017 -0500 ---------------------------------------------------------------------- DEVELOPMENT.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/e4c3d3df/DEVELOPMENT.md ---------------------------------------------------------------------- diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d57cdc1..03df6cc 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -451,9 +451,11 @@ Once kafka/zookeeper are running you can run the tests and samples: #### run the kafka tests ./mvnw -pl connectors/kafka test '-Dtest=**/*Manual' +# hint: to run just a single test case: '-Dtest=**/KafkaStreamsTestManual#testSimple' + #### run the sample (cd samples; ./mvnw package -DskipTests) # build if not already done -cd samples/scripts/connectors/kafka +cd samples/connectors/scripts/kafka cat README ./runkafkasample.sh sub ./runkafkasample.sh pub