-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparison to CiscoCloud/marathon-consul #64
Comments
Hey @mitel
@dankraw Did I miss something? We should put this in README |
As @janisz said, our project is a bridge between Marathon and Consul's service discovery functionality (not Consul's KV store as in CiscoCloud's project - this is the main difference). We were highly influenced by their other project - Mesos-Consul, but we do service registration near real-time (we use Marathon's event bus), not by polling the Mesos api. So summing it up, if you want to register your services in the service discovery AND you use Marathon - use our project. If you simply use Mesos with some other framework on top of it - use Mesos-Consul. If you're interested in the Consul's KV functionality - use CiscoCloud's Marathon-Consul. |
thank you, appreciated guys |
Oh, and of course both Marathon-consul projects can work together as Marathon supports multiple event bus callbacks, so you can have your services and KV-data all together. |
I noticed that this project is based on CiscoCloud's but..
What are the main differences between allegro/marathon-consul and CiscoCloud/marathon-consul and when shall one use one over the other?
The text was updated successfully, but these errors were encountered: