You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Joseph Wu <jo...@mesosphere.io> on 2018/10/26 00:53:55 UTC

Review Request 69181: Passed streaming decoder from master /api/v1 to master actor.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69181/
-----------------------------------------------------------

Review request for mesos, Gastón Kleiman and Greg Mann.


Bugs: MESOS-9258
    https://issues.apache.org/jira/browse/MESOS-9258


Repository: mesos


Description
-------

This intermediate change passes the incoming streaming handle of a
master SUBSCRIBE request from the Http helpers into the
Master::Subscribers::Subscriber object.

The Subscriber object will be in charge of reading from the streaming
handle and acting on the incoming data.  This logic will be implemented
in a subsequent commit.


Diffs
-----

  src/master/http.cpp 75ab6ea422a77e25049cd6afe007507d11650a06 
  src/master/master.hpp ea7e9242b62fe6c2cc0e717f9a9f2f0c1cc0a390 
  src/master/master.cpp 0c95c438975efd949cbf86f7d8bfea940c20a43a 


Diff: https://reviews.apache.org/r/69181/diff/1/


Testing
-------

make

See later in chain.


Thanks,

Joseph Wu