[
https://issues.apache.org/jira/browse/MESOS-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joseph Wu updated MESOS-2062:
-----------------------------
Target Version/s: 0.25.0
> 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
> Assignee: Joris Van Remoortere
> Labels: mesosphere
>
> 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)