tree: dbe5d08385613a377200f1f3e27a2cf67149bbb3 [path history] [tgz]
  1. src/
  2. case-configuration.yml
  3. case-versions.conf
  4. pom.xml
  5. README.md
dubbo-samples-compatible/README.md

dubbo-samples-compatible

This sample is showing following compatibility:

  • A Filter written with Dubbo 2.6.x will be properly loaded with Dubbo 2.7.x
  • A consumer with 2.6.x invokes a provider with 2.7.x (need to start 2.6.x consumer by yourself)
  • A consumer with 2.7.x invokes a provider with 2.6.x (need to start 2.6.x provider by yourself)