GitHub user shanthoosh opened a pull request: https://github.com/apache/samza/pull/479
SAMZA-1667: Skip storing configuration as a part of JobModel in zookeeper data nodes. In general, jobModel configuration contains service access tokens and certs. It's a common practice to run zookeeper in a non-ACL environment. Hence for security purposes, it's essential not to store configuration as a part of JobModel in zookeeper. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shanthoosh/samza nuke_configuration_stored_in_JobModel Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/479.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #479 ---- commit 7876a4418ea0a538af206eab0d1d9bb201e0b7d3 Author: Shanthoosh Venkataraman <svenkataraman@...> Date: 2018-04-18T00:27:34Z Nuke JobModel configuration in ZkJobCoordinator. ---- ---