Github user shuizz commented on the pull request: https://github.com/apache/mesos/commit/5b2261409e2b391d9182c5579e1df481c7f0779f#commitcomment-28631131 Test case is OK. That's my problem. I use this function to convert json responded by kubernetes api server to protobuf message, but failed.The json format is different from protobuf message format which is defined in generated.proto.It's confusing me now. @qianzhangxa
---