cameronlee314 opened a new pull request #1520: URL: https://github.com/apache/samza/pull/1520
Issues: Construction of stream monitors (`StreamPartitionCountMonitor`, `StreamRegexMonitor`) is directly implemented in the job coordinators. Therefore, it is hard to reuse the code across multiple places. Changes: 1. Extract construction logic into factory classes for `StreamPartitionCountMonitor` and `StreamRegexMonitor`. 2. Update job coordinator classes to use the factories. Tests: `./gradlew build` API changes and upgrade instructions: N/A -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
