Skip to content

Apache ServiceComb Java-Chassis 2.8.14

Compare
Choose a tag to compare
@liubao68 liubao68 released this 18 Dec 03:50
· 45 commits to 2.8.x since this release
8a3a2a1

Important Changed

  • servicecomb.rest.client.connection.timeoutInMillis default value changed from 1000 to 60000
  • add a new configuration servicecomb.loadbalance.filter.zoneaware.ratio for zone-aware filter and default value is 30. Which means if the instance ratio is less than 30%, will not use zone-aware.
  • router add a fallback configuration to support gray release with a matched group do not have any instance.
      - precedence: 3
        match:
          headers:
            canary:
              exact: fallback
        route:
          - weight: 100
            tags:
              version: 0.0.3
        fallback:
          - weight: 20
            tags:
              version: 0.0.1
          - weight: 80
            tags:
              version: 0.0.2

What's Changed

Full Changelog: 2.8.13...2.8.14