-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/53624/
-----------------------------------------------------------
(Updated Nov. 11, 2016, 12:49 a.m.)
Review request for mesos, Anand Mazumdar, Jie Yu, and Vinod Kone.
Changes
-------
Added the --content_type option.
Summary (updated)
-----------------
Add a content type option to mesos-execute.
Bugs: MESOS-6562
https://issues.apache.org/jira/browse/MESOS-6562
Repository: mesos
Description (updated)
-------
Using the JSON content type in mesos-execute makes packet tracing
protocol interactions easier. Add a --content_type option that
switched between protobuf (the default) and JSON content types.
Diffs (updated)
-----
src/cli/execute.cpp b47c427c5ad29dda1985ee8fef6c4efe054df879
Diff: https://reviews.apache.org/r/53624/diff/
Testing
-------
make check. Manually verified with tcpdump.
Thanks,
James Peach