cameronlee314 opened a new pull request #1518:
URL: https://github.com/apache/samza/pull/1518


   Issues: `SamzaContainer` currently creates its own `MetricsRegistryMap` 
inside of its `apply` method. This means any layers that use `SamzaContainer` 
are unable to share this `MetricsRegistry`. There will be an upcoming PR which 
wraps `SamzaContainer` into another layer, and it needs access to the metrics 
object.
   
   Changes:
   1. Inject a `MetricsRegistryMap` as an argument into `SamzaContainer.apply`
   2. Remove unused `name` field from `MetricsRegistryMap`.
   
   Tests:
   `./gradlew build`
   
   API changes and upgrade/usage 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]


Reply via email to