dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

[3.3] Introduce `preferred-protocol` for consumer and provider to automatically negotiate the protocol to consume.

Open chickenlj opened this issue 1 year ago • 1 comments

The following protocol migration document is written based on this feature.

dubbo:
  protocol:
    name: dubbo
    port: 20880
    ext-protocol: tri
    preferred-protocol: tri

https://dubbo-next.staged.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/upgrades-and-compatibility/migration-triple/

chickenlj avatar May 14 '24 02:05 chickenlj