CiscoCloud / marathon-consul

bridge Marathon information to Consul KV
Apache License 2.0
85 stars 18 forks source link

Register services #17

Closed janisz closed 8 years ago

janisz commented 8 years ago

Hi

With @dankraw we are working on registering tasks based on Marathon events. Basically this means merging functionality of mesos-consul to marathon-consul. Are you interested in this feature or we should make it stand-alone application. We are using lot of your code, and development takes place here

stevendborrelli commented 8 years ago

@janisz @dankraw as we've started to use traefik for our proxies, we don't have the time to devote to this project. Would you be interested in having your fork become the definitive version? We'd put a deprecation notice on ours and point to yours.

janisz commented 8 years ago

@stevendborrelli We decided to create a simple tool just for registering Marathon tasks as Consul services, so KV bridge functionality was removed. Final code is moved here.

Thanks