Change ServerListRefreshInterval and Hystrix timeoutInMilliseconds. Fix typo error within the README file

This commit is contained in:
Charles Moulliard
2017-05-18 10:22:18 +02:00
parent 209976a502
commit caae78c11c
2 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -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