docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

Remove Mesos integration #2853

Closed nishanttotla closed 6 years ago

nishanttotla commented 6 years ago

The Mesos integration hasn't been maintained for a while, and there is little evidence that it's being used. The API has fallen behind and the integration tests have been unreliable. As a result, we do not wish to maintain this codebase anymore. Any users are free to put it back in a fork to continue using, because the changes are mostly isolated.

This PR proposes to remove it, in order to reduce the code surface being maintained in this repo.

allencloud commented 6 years ago

quite reasonable.