Repository: samza Updated Branches: refs/heads/master 1eb8fd472 -> ae29a40d0
SAMZA-1330: Stand alone feature preview, known limitation. Author: Boris Shkolnik <[email protected]> Author: Boris Shkolnik <[email protected]> Reviewers: Jacob Maes <[email protected]>, Prateek Maheshwari <[email protected]> Closes #220 from sborya/StandAloneFeaturePreview Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/ae29a40d Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/ae29a40d Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/ae29a40d Branch: refs/heads/master Commit: ae29a40d0f6a46a6a3af71f85ca025b0932c95c8 Parents: 1eb8fd4 Author: Boris Shkolnik <[email protected]> Authored: Mon Jun 12 14:08:45 2017 -0700 Committer: Jacob Maes <[email protected]> Committed: Mon Jun 12 14:08:45 2017 -0700 ---------------------------------------------------------------------- docs/startup/preview/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/ae29a40d/docs/startup/preview/index.md ---------------------------------------------------------------------- diff --git a/docs/startup/preview/index.md b/docs/startup/preview/index.md index eb028fd..619923d 100644 --- a/docs/startup/preview/index.md +++ b/docs/startup/preview/index.md @@ -527,4 +527,5 @@ Take note of the following issues with the embedded deployment feature for the 0 * Number of Read/Writes * Leader reelections * more.. -* The LocalApplicationRunner does not yet support the low level API. This means you cannot use StreamTask with LocalApplicationRunner. \ No newline at end of file +* The LocalApplicationRunner does not yet support the low level API. This means you cannot use StreamTask with LocalApplicationRunner. +* Currently, 'app.id' config must be unique for all the application using this zk cluster.
