QubitProducts / bamboo

HAProxy auto configuration and auto service discovery for Mesos Marathon
Apache License 2.0
794 stars 215 forks source link

The latest version of mesos and marathon are supported ? #220

Closed stevenlee87 closed 7 years ago

stevenlee87 commented 7 years ago

hello! mesos version:1.0.1 marathon version 1.1.3 Above and support?

j1n6 commented 7 years ago

Mesos isn't the main dependency. The stack dependency is mainly on Marathon and zookeeper. If the new version didn't have any major changes on the callback API, everything should be fine. I think it's time to build some integration container to test bit more per version.

There's a known issue with marathon streaming as mentioned in #219 after upgrade.

j1n6 commented 7 years ago

Created test feature here: #221 PR welcomed.