Folks,

I would like to gather your opinions about a concern related to operator
HTTP endpoints. From one side we agreed that for simplicity and consistency
we should bake all request data in a single JSON. From the other side, some
parameters, like a force flag, do not really belong to request JSON (as
pointed out by some SRE guys in comment to MESOS-3914 [1]). The force flag
is not really related to the request itself, but more to the way the
request should be processed.

To my knowledge, currently we use the force flag in two places:
  * Subscribe call in framework API.
  * Quota set request.

Currently we have the 'force' field in JSON both cases.

I would like us to agree on the way we write endpoints and clean-up
existing ones *before* we release Mesos 1.0. Looking forward to your
feedback.

AlexR

[1] https://issues.apache.org/jira/browse/MESOS-3914

Reply via email to