mesos / mesos-go

Go language bindings for Apache Mesos
Apache License 2.0
545 stars 146 forks source link

lib: shared resources aren't properly accounted for by most lib routines, needs investigation #336

Open jdef opened 6 years ago

jdef commented 6 years ago

mesos has an internal Resources::Resource_ type that handles shared resource counts. This library doesn't handle shared resource counting at all.