allegro / marathon-consul

Integrates Marathon apps with Consul service discovery.
Apache License 2.0
191 stars 33 forks source link

Service name should be taken from Discovery Info Port Name #205

Open janisz opened 7 years ago

janisz commented 7 years ago

Marathon and Mesos allows specifying names for port. We should use this name to register service in Consul. We can remove consul: <name> label and keep only service tags in Marathon. If service does not have port name it will not be registered.