Repository: incubator-streams Updated Branches: refs/heads/STREAMS-49 24e427fab -> 85e0b5007
bumped deps very basic test passing Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/85e0b500 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/85e0b500 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/85e0b500 Branch: refs/heads/STREAMS-49 Commit: 85e0b50077547d424c711ece8289331acb70db66 Parents: 24e427f Author: sblackmon <[email protected]> Authored: Thu Oct 30 19:31:32 2014 -0500 Committer: sblackmon <[email protected]> Committed: Thu Oct 30 19:31:32 2014 -0500 ---------------------------------------------------------------------- streams-contrib/streams-persist-kafka/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/85e0b500/streams-contrib/streams-persist-kafka/README.md ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-kafka/README.md b/streams-contrib/streams-persist-kafka/README.md index dce830e..ca15a19 100644 --- a/streams-contrib/streams-persist-kafka/README.md +++ b/streams-contrib/streams-persist-kafka/README.md @@ -13,7 +13,7 @@ Example reader/writer configuration: kafka.groupid=group -java -cp jar -Dconfig.file={json/hocon typesafe config} \ +java -cp streams.jar -Dconfig.file=application.conf \ -Dkafka.metadata.broker.list=localhost:9092 class \ -Dkafka.zk.connect=localhost:2181 \ -Dkafka.topic=topic \
