Benjamin Mahler created MESOS-2062:
--------------------------------------

             Summary: Add InverseOffer to Event/Call API.
                 Key: MESOS-2062
                 URL: https://issues.apache.org/jira/browse/MESOS-2062
             Project: Mesos
          Issue Type: Task
          Components: c++ api
            Reporter: Benjamin Mahler


The initial use case for InverseOffer in the framework API will be the 
maintenance primitives in mesos: MESOS-1474.

One way to add this is to tack it on to the OFFERS Event:

{code}
message Offers {
  repeated Offer offers = 1;
  repeated InverseOffer inverse_offers = 2;
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to