[
https://issues.apache.org/jira/browse/SCB-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519540#comment-16519540
]
wujimin commented on SCB-674:
-----------------------------
1.edge need support convert rest to highway automatically
2.protoStuff not support custom generic class
so event not consider edge, we can not use protoStuff
but jackson protobuf much slower than protoStuff, currently, don't know caused
by jackson mechanism, or caused by jackson protobuf plugin.
> protobuf codec based on idl from swagger
> ----------------------------------------
>
> Key: SCB-674
> URL: https://issues.apache.org/jira/browse/SCB-674
> Project: Apache ServiceComb
> Issue Type: Improvement
> Components: Java-Chassis
> Reporter: wujimin
> Priority: Major
>
> not use RuntimeScheme any more
> 1.try protoStuff Parser mode
> when idl model is a pojo, but model instance maybe a map(from
> RestTemplate), so must test if protoStuff support this.
> 2.if protoStuff can not support, then need to customize jackson protobuf
> plugin
>
> before implement this task, MUST test performance, compare with current
> implement.
> we must ensure new implementation also have a good performance.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)