You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by gu...@apache.org on 2021/12/14 03:37:44 UTC

[dubbo] branch 3.0 updated (dcf25da -> c271c68)

This is an automated email from the ASF dual-hosted git repository.

guohao pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


    from dcf25da  [3.0] Reduce Memory Allocation when routing (#9392)
     add c271c68  [3.0-Triple] remove `identity` message-encoding (#9398)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/dubbo/rpc/protocol/tri/AbstractClientStream.java | 4 +++-
 .../src/main/java/org/apache/dubbo/rpc/protocol/tri/Compressor.java  | 5 +++--
 .../java/org/apache/dubbo/rpc/protocol/tri/IdentityCompressor.java   | 3 ++-
 .../org/apache/dubbo/rpc/protocol/tri/command/DataQueueCommand.java  | 2 +-
 .../dubbo/internal/org.apache.dubbo.rpc.protocol.tri.Compressor      | 1 -
 .../java/org/apache/dubbo/rpc/protocol/tri/ClientStreamTest.java     | 4 ++--
 .../test/java/org/apache/dubbo/rpc/protocol/tri/CompressorTest.java  | 2 +-
 7 files changed, 12 insertions(+), 9 deletions(-)