mesos-go
mesos-go copied to clipboard
Provide distributed shared log abstraction similar to native bindings
Is there any plan to support the distributed shared log API as part of the mesos-go protocol buffers client?
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 bindings that implement support for this?
Frameworks are probably on their own at this point if they want the replicated log, though if you're inspired to craft a PR that implements this we'd certainly be interested in reviewing it!