Repository: incubator-gearpump Updated Branches: refs/heads/master e9ea6e2f3 -> 9e251982a
fix GEARPUMP-143 add doc worker.executor-share-same-jvm-as-worker add deployment config doc Author: Pipsqueak <[email protected]> Closes #29 from PipsqueakH/GEARPUMP-143. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/9e251982 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/9e251982 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/9e251982 Branch: refs/heads/master Commit: 9e251982a640683d7a9df102bb3965c10d062f16 Parents: e9ea6e2 Author: Pipsqueak <[email protected]> Authored: Tue May 31 10:05:09 2016 +0800 Committer: manuzhang <[email protected]> Committed: Tue May 31 10:05:09 2016 +0800 ---------------------------------------------------------------------- docs/deployment-configuration.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/9e251982/docs/deployment-configuration.md ---------------------------------------------------------------------- diff --git a/docs/deployment-configuration.md b/docs/deployment-configuration.md index b1b60db..c08900e 100644 --- a/docs/deployment-configuration.md +++ b/docs/deployment-configuration.md @@ -89,3 +89,4 @@ This is the default configuration for `gear.conf`. | gearpump.shared-thread-pool-dispatcher | default Dispatcher with "fork-join-executor" | default shared thread pool dispatcher | | gearpump.single-thread-dispatcher | PinnedDispatcher | default single thread dispatcher | | gearpump.serialization-framework | "org.apache.gearpump.serializer.FastKryoSerializationFramework" | Gearpump has built-in serialization framework using Kryo. Users are allowed to use a different serialization framework, like Protobuf. See `org.apache.gearpump.serializer.FastKryoSerializationFramework` to find how a custom serialization framework can be defined | +| worker.executor-share-same-jvm-as-worker | false | whether the executor actor is started in the same jvm(process) from which running the worker actor | \ No newline at end of file
