GitHub user dnishimura opened a pull request: https://github.com/apache/samza/pull/442
SAMZA-1608 : Add hidden config to enable explicit stream creation in StreamAppender due to bug. Due to a intermittent bug that causes the explicit stream creation in `StreamAppender` to hang, a hidden config is added to enable/disable explicit stream creation. By default this is disabled, which reverts to the previous behavior. When the intermittent hang bug is fixed, the config will either be removed or made public. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dnishimura/samza samza-1608-disable-streamappender-create-stream Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/442.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 #442 ---- commit e56f81c4222d17d32bc09c337c6cafd901e98247 Author: Daniel Nishimura <dnishimura@...> Date: 2018-03-09T16:59:43Z Add hidden config to enable explicit stream creation in StreamAppender. ---- ---