GitHub user dnishimura opened a pull request: https://github.com/apache/samza/pull/423
SAMZA-1460: StreamAppender does not explicitly create logging topic Creates the StreamAppender stream explicitly instead of relying on auto stream creation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/dnishimura/samza samza-1460-streamappender-create-logging-topic Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/423.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 #423 ---- commit 9c6437fc1b450c8b60ff6543a180d3b4ae929d4e Author: Daniel Nishimura <dnishimura@...> Date: 2018-02-17T00:27:12Z In StreamAppender, explicitly create the stream in the setup. ---- ---