You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "Yin Xiang (JIRA)" <ji...@apache.org> on 2018/01/04 14:23:01 UTC

[jira] [Created] (SCB-170) [pack] separate serialization from grpc to reuse the same stream

Yin Xiang created SCB-170:
-----------------------------

             Summary: [pack] separate serialization from grpc to reuse the same stream
                 Key: SCB-170
                 URL: https://issues.apache.org/jira/browse/SCB-170
             Project: Apache ServiceComb
          Issue Type: Improvement
          Components: Saga
            Reporter: Yin Xiang


currently, messaging protocol, serialization, and transportation are all done with grpc/protobuf.

doing so makes sharing a single stream among different messages hard to do.

a better way is to separate serialization from grpc.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)