-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04eaa6a
commit 3e7ec96
Showing
47 changed files
with
173 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#cse: | ||
#servicecomb: | ||
# governance: | ||
# Consumer: | ||
# _global: #最低优先级配置 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
## microservice property | ||
service_description: | ||
name: hellomesher | ||
version: 0.0.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: false #whether to allow calls across applications | ||
servicecomb: | ||
service: | ||
name: hellomesher | ||
version: 0.0.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: false #whether to allow calls across applications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
cse: | ||
servicecomb: | ||
protocols: | ||
http: | ||
listenAddress: 127.0.0.1:30101 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#cse: | ||
#servicecomb: | ||
# governance: | ||
# Consumer: | ||
# _global: #最低优先级配置 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
## microservice property | ||
APPLICATION_ID: mesher | ||
service_description: | ||
name: hellomesher | ||
version: 0.0.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: false #whether to allow calls across applications | ||
servicecomb: | ||
service: | ||
app: mesher | ||
name: hellomesher | ||
version: 0.0.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: false #whether to allow calls across applications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
cse: | ||
servicecomb: | ||
protocols: | ||
http: | ||
listenAddress: 127.0.0.1:30101 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
service_description: | ||
name: mesher-edge | ||
version: 1.7.0 | ||
servicecomb: | ||
service: | ||
name: mesher-edge | ||
version: 1.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
cse: | ||
servicecomb: | ||
protocols: | ||
grpc: | ||
listenAddress: 192.168.88.64:40107 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#cse: | ||
#servicecomb: | ||
# governance: | ||
# Consumer: | ||
# _global: #最低优先级配置 | ||
|
13 changes: 7 additions & 6 deletions
13
examples/quick_start/mersher_calculator/conf/microservice.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
## microservice property | ||
service_description: | ||
name: calculator | ||
version: 1.1.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: true #whether to allow calls across applications | ||
servicecomb: | ||
service: | ||
name: calculator | ||
version: 1.1.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: true #whether to allow calls across applications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
cse: | ||
servicecomb: | ||
protocols: | ||
grpc: | ||
listenAddress: 192.168.88.64:40101 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#cse: | ||
#servicecomb: | ||
# governance: | ||
# Consumer: | ||
# _global: #最低优先级配置 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
## microservice property | ||
service_description: | ||
name: webapp | ||
version: 0.0.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: true #whether to allow calls across applications | ||
servicecomb: | ||
service: | ||
name: webapp | ||
version: 0.0.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: true #whether to allow calls across applications |
2 changes: 1 addition & 1 deletion
2
examples/quick_start/test_balance/mersher_calculator/conf/chassis.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
cse: | ||
servicecomb: | ||
protocols: | ||
grpc: | ||
listenAddress: 192.168.88.64:40102 | ||
|
2 changes: 1 addition & 1 deletion
2
examples/quick_start/test_balance/mersher_calculator/conf/fault.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#cse: | ||
#servicecomb: | ||
# governance: | ||
# Consumer: | ||
# _global: #最低优先级配置 | ||
|
13 changes: 7 additions & 6 deletions
13
examples/quick_start/test_balance/mersher_calculator/conf/microservice.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
## microservice property | ||
service_description: | ||
name: calculator | ||
version: 1.1.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: true #whether to allow calls across applications | ||
servicecomb: | ||
service: | ||
name: calculator | ||
version: 1.1.1 | ||
environment: #microservice environment | ||
properties: | ||
allowCrossApp: true #whether to allow calls across applications |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.