jdef
jdef
Um .. because important downstream projects use it. Honestly, swapping out the logging library seems like a really low priority given the other things wrong with mesos-go On Thu, Sep...
well, kubernetes-mesos uses glog because kubernetes uses glog. that mesos-go also uses glog keeps log API's and log file management consistent across all three projects. mesos-dns also depends on mesos-go...
I'm on the fence about this. I don't like libraries generating tons of logs that I don't ask for. But I do like libraries that generate debug logs when I...
I should clarify that last statement: the lifespan of mesos-go may depend on how/if the HTTP API is integrated. If it becomes it's own project/repo then the days of mesos-go...
@kozyraki is this what you were talking about the other day?
ZK detection is used to detect a change of master leadership. needed so that the scheduler driver can re-register with a new master. the ZK detection stuff could probably be...
Thanks for the feedback. mesos-go assumes that the reader already has some familiarity w/ Mesos and how to interact w/ Mesos using the v1 APIs. The examples aren't really crafted...
I haven't written any sample code for this yet. PRs welcome :) If you use the newer v1 API then you'd presumably configure TLS using the `TLSConfig` or `RoundTripper` funcs...
Thanks for this. Looks like it hasn't landed in a mesos point release yet, but probably will in mesos 0.29
I've just added (to the master branch) the agent protos for 1.2.x. No helper APIs yet. Are you still interested in contributing to the agent operator API for mesos-go? Would...