You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by GitBox <gi...@apache.org> on 2019/09/19 19:29:35 UTC

[GitHub] [metron] merrimanr commented on issue #1516: METRON-2262: Upgrade to Curator 4.2.0

merrimanr commented on issue #1516: METRON-2262: Upgrade to Curator 4.2.0
URL: https://github.com/apache/metron/pull/1516#issuecomment-533274592
 
 
   Almost all correct.  There are other `ServiceDiscoverer` instances created [here](https://github.com/apache/metron/blob/master/metron-analytics/metron-maas-service/src/main/java/org/apache/metron/maas/service/runner/Runner.java#L193) and [here](https://github.com/apache/metron/blob/master/metron-analytics/metron-maas-common/src/main/java/org/apache/metron/maas/functions/MaaSFunctions.java#L229).  Here's what each one does:
   
   `MaasIntegrationTest` - Used to test which endpoints are registered.  Runs in test.
   `MaaSFunctions` - Used to get endpoint.  Runs in a Stellar context.
   `Runner` - Registers service endpoint when container starts. Runs in model container.
   `ContainerRequestListener ` - Unregisters services based on container callbacks. Runs in app master.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services