| Package | Description |
|---|---|
| org.apache.dubbo.registry.client.migration | |
| org.apache.dubbo.registry.client.migration.model |
| Class and Description |
|---|
| MigrationRule
# key = demo-consumer.migration
# group = DUBBO_SERVICEDISCOVERY_MIGRATION
# content
key: demo-consumer
step: APPLICATION_FIRST
threshold: 1.0
proportion: 60
delay: 60
force: false
interfaces:
- serviceKey: DemoService:1.0.0
threshold: 0.5
proportion: 30
delay: 30
force: true
step: APPLICATION_FIRST
- serviceKey: GreetingService:1.0.0
step: FORCE_APPLICATION
applications:
- serviceKey: TestApplication
threshold: 0.3
proportion: 20
delay: 10
force: false
step: FORCE_INTERFACE
|
| MigrationStep |
| Class and Description |
|---|
| MigrationRule
# key = demo-consumer.migration
# group = DUBBO_SERVICEDISCOVERY_MIGRATION
# content
key: demo-consumer
step: APPLICATION_FIRST
threshold: 1.0
proportion: 60
delay: 60
force: false
interfaces:
- serviceKey: DemoService:1.0.0
threshold: 0.5
proportion: 30
delay: 30
force: true
step: APPLICATION_FIRST
- serviceKey: GreetingService:1.0.0
step: FORCE_APPLICATION
applications:
- serviceKey: TestApplication
threshold: 0.3
proportion: 20
delay: 10
force: false
step: FORCE_INTERFACE
|
| MigrationStep |
| SubMigrationRule |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.