jdef

Results 451 comments of jdef

several people have asked about the operator API, so there's definitely community interest here. I'd love to see operator API support in the Mesos v1 ("next") binding

How big is your cluster? :) I think the max frame size was based on some maximum buffer size that was observed in the protobuf parsing code. We probably shouldn't...

sounds like mesos default authn for HTTP V1 API will be to use Basic. pluggable mods in mesos can support other schemes. may be worth a two-pronged approach here: 1....

basic http authn has been tested against mesos 1.0-rc1 and works as expected

One (low-tech) way to do it might be to specify a NewMessenger ( https://github.com/mesos/mesos-go/blob/master/scheduler/scheduler.go#L105) implementation that wraps the default behavior and intercepts routed messages, trying to match on authentication failures....

I think so. I think it might make sense for that behavior to be configurable. How would you approach that? On Mon, May 16, 2016 at 7:41 PM, Adam Avilla...

Might be nice to have something like this for go frameworks to use, for storing persistent state. - https://github.com/apache/mesos/blob/master/src/state/state.hpp - ZK-based impl: https://github.com/apache/mesos/blob/master/src/state/zookeeper.cpp

hopefully this will be easier to do once Mesos v1 APIs land in master

I don't think anyone has brought this up yet. It looks like the Java bindings, for example, punt to the native driver: https://github.com/apache/mesos/blob/76873d345dc67a978c2514803427e87aa115c585/src/java/src/org/apache/mesos/Log.java Are you aware of any other pure-language...