tree: 5f36606f3c25aa88b8831954914d03c0ce75c6ee [path history] [tgz]
  1. src/
  2. case-configuration.yml
  3. pom.xml
  4. 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)