mesos/mesos-go

Proposal: Implement HTTP Operator API in "Next"

kevinschoon opened this issue · 2 comments

I would like to use mesos-go to interact with the Mesos Operator HTTP API. The existing "next" branch contains most of the necessary implementations, however it lacks the generated master, agent, and related protobuf code in addition to some necessary procedural code.

I have added a partial implementation for this and would like some feedback to see if this seems like the right direction before I continue. #275 has also implemented this functionality which may be useful.

Thank you for all your work on this library!

jdef commented

Thanks for this @kevinschoon, will review this week

@jdef Looks like this can be closed and moved into #310.