You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by jm...@apache.org on 2017/06/12 21:09:12 UTC

samza git commit: SAMZA-1330: Stand alone feature preview, known limitation.

Repository: samza
Updated Branches:
  refs/heads/master 1eb8fd472 -> ae29a40d0


SAMZA-1330: Stand alone feature preview, known limitation.

Author: Boris Shkolnik <bo...@apache.org>
Author: Boris Shkolnik <bs...@linkedin.com>

Reviewers: Jacob Maes <jm...@linkedin.com>, Prateek Maheshwari <pm...@linkedin.com>

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 <bo...@apache.org>
Authored: Mon Jun 12 14:08:45 2017 -0700
Committer: Jacob Maes <jm...@linkedin.com>
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.