protoStuff support all protobuf v3 features and very fast but protoStuff: 1.must based on java class, can not construct from idl, this is not good in edge. 2.can not support customize generic class
jackson protobuf plugin is good in other feature, but : only support protobuf v2 features some scenes slower than protoStuff, and others faster, it's not a big problem, we can optimize it in the future if we extend jackson protobuf plugin to support protobuf v3 features we must copy and modify source code, because there is no any plugable design for v3 feature it's "copy and modify", we will have too many problems what your suggestion to resolve the problem?