You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
599 B
31 lines
599 B
server:
|
|
port: 48080
|
|
spring:
|
|
application:
|
|
name: polaris-circuitbreaker-example-a
|
|
cloud:
|
|
polaris:
|
|
address: grpc://183.47.111.80:8091
|
|
namespace: default
|
|
enabled: true
|
|
circuitbreaker:
|
|
enabled: true
|
|
stat:
|
|
enabled: true
|
|
port: 28081
|
|
loadbalancer:
|
|
configurations: polaris
|
|
feign:
|
|
circuitbreaker:
|
|
enabled: true
|
|
compression:
|
|
request:
|
|
enabled: false
|
|
mime-types: text/xml,application/xml,application/json
|
|
min-request-size: 2048
|
|
response:
|
|
enabled: false
|
|
|
|
serivceB:
|
|
url: http://localhost:48081
|