tree: 20d1129c8700fb2a78af476ea2f0331beef5d8b1 [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)