I think that you can filter the offers based on slave attribute, all of the offers are assigned agent attributes in the offer: https://github.com/apache/mesos/blob/master/src/master/master.cpp#L5637
On Tue, May 31, 2016 at 2:33 PM, Nihal Harish <[email protected]> wrote: > Hi, > > The mesos.proto file allows us to specify request offers based on only > slave_id and resources, is there some way to request offers based on slave > attributes and/or hostname? > > Thanks. > Regards, > Nihal > >

