Hi Mesos allows frameworks to declare it's abilities. How can I get Mesos capabilities from framework perspective?
For example, I'm developing a framework that would use Mesos Healthchecks. How can I determine if Mesos version support it. I think it should be a part of subscription response. Currently I need to query Mesos API after subscription to get Mesos version and configuration. What is the best practice to do this? Thanks Tomek