GitHub user jmakes opened a pull request: https://github.com/apache/samza/pull/150
SAMZA-1214: Bug - system-scoped stream default configs may not be honored * Re-introduced deprecated system-stream configs into config table * Fixed position of task.consumer.batch.size in config table * Moved system-scoped defaults from StreamConfig to SystemConfig You can merge this pull request into a Git repository by running: $ git pull https://github.com/jmakes/samza samza-1214 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/150.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 #150 ---- commit d2d924ae2410562830b0d21a9077165f9cf51d12 Author: Jacob Maes <jm...@linkedin.com> Date: 2017-04-26T19:32:18Z SAMZA-1214: Allow users to set a default replication.factor for intermediate topics commit 80cd86f428c0df4be07300f0882679baf752423a Author: Jacob Maes <jm...@linkedin.com> Date: 2017-04-26T19:37:04Z Merge remote-tracking branch 'upstream/master' commit 7ecb4b8c725a4d42c94a4378e83ed0340a24ffd6 Author: Jacob Maes <jm...@linkedin.com> Date: 2017-04-26T19:58:53Z Some cleanup after looking at the PR commit 87c68c4682b1983477b56c522642c99c42447740 Author: Jacob Maes <jm...@linkedin.com> Date: 2017-04-26T20:25:47Z Adding one more test to verify that the defaults and overrides work from the StreamSpec perspective commit fe7200b7adf1c6d4d1d9f8cacbb7dfb096c60cea Author: Jacob Maes <jm...@linkedin.com> Date: 2017-04-27T16:46:02Z Address review feedback commit 8cdcd4e6c587db23e85dcff8e8d9dbf9cdd0967b Author: Jacob Maes <jm...@linkedin.com> Date: 2017-05-01T16:48:03Z SAMZA-1214: Bug - system-scoped stream default configs may not be honored. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---