[
https://issues.apache.org/jira/browse/MESOS-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14682335#comment-14682335
]
Joseph Wu commented on MESOS-2062:
----------------------------------
https://reviews.apache.org/r/37178/
> 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, twitter
>
> 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)