Hi, Is it possible to build a custom executor which is not associated with a particular scheduler framework? I want to be able to write a custom executor which is available to multiple schedulers (eg Marathon, Chronos and our own custom scheduler). Is this possible? I couldn't quite figure out the best way to go about this from the docs? Is it possible to mix and match languages for schedulers and executors? (ie one is python one is C++)
Thanks, Aaron

