bkonold opened a new pull request #1305: SAMZA-2479: Add configurable default for min compaction lag ms URL: https://github.com/apache/samza/pull/1305 **Feature:** Allow changelog min.compaction.lag.ms to be assigned a configurable default value that will apply to all stores if present, and unless overriden by a store-specific config. **Changes:** Introducing "stores.default.changelog.min.compaction.lag.ms" store config as a way to indicate a default value that will apply to all changelogs unless overriden for a store specifically. **Tests:** Added a unit test which verifies the config works as expected and honors the correct precedence. **API Changes:** None **Upgrade instructions:** None **Usage instructions:** Value of the configuration must be specified in milliseconds. In addition, it follows the given precedence: 1) no configured default or store specific values present 2) configured default present 3) store specific value present
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
