Change ServerListRefreshInterval and Hystrix timeoutInMilliseconds. Fix typo error within the README file
This commit is contained in:
@@ -11,9 +11,7 @@ backend:
|
||||
enabled: false
|
||||
client:
|
||||
enabled: true
|
||||
# We will use Spring Cloud Kubernetes Ribbon to retrieve the list of the servers
|
||||
# listOfServers: backend:8080
|
||||
ServerListRefreshInterval: 15000
|
||||
ServerListRefreshInterval: 5000
|
||||
|
||||
hystrix.command.BackendCall.execution.isolation.thread.timeoutInMilliseconds: 30000
|
||||
hystrix.threadpool.BackendCallThread.coreSize: 5
|
||||
hystrix.command.BackendCall.execution.isolation.thread.timeoutInMilliseconds: 5000
|
||||
hystrix.threadpool.BackendCallThread.coreSize: 5
|
||||
|
||||
@@ -73,7 +73,7 @@ Hello from name-service-1-0ss0r!
|
||||
```
|
||||
|
||||
As Ribbon will question the Kubernetes API to get, base on the `name-service` name, the list of IP Addresses assigned to the service as endpoints,
|
||||
you should see that you will get a reponse from one of the 2 pods running
|
||||
you should see that you will get a response from one of the 2 pods running
|
||||
|
||||
```
|
||||
kc get endpoints/name-service
|
||||
|
||||
Reference in New Issue
Block a user