Two options come to mind: - configure them as separate processes within the same job. Downside is that they will contend for resources (though in your case, this may already be an issue).
- designate specific mesos machines for them using the dedicated attribute, and size them so they both fit on the same machine. On Wed, Dec 2, 2015 at 11:44 AM, Tengfei Mu <tengfei...@gmail.com> wrote: > As we are trying to migrate legacy services to Aurora cluster, one > requirement comes out is 'multiple service colocation'. What's the best way > to do this in Aurora world? If it is not supported today, is it a legit > thing worth to explore/pursue for Aurora? > > > Thanks for your help! > - TF >