-
JIRA Issue: [KIEKER-1367] (Async FS) writer in blocking mode tries to shutdown but fails
Original Reporter: Andre van Hoorn
***
Writer configured to use Async FS with blocking queue full behavior (m…
-
https://blog.de-swaef.eu/the-netflix-stack-using-spring-boot-part-2-hystrix/
-
-
**Describe the bug**
When caching service is down and personal access token validation endpoint is called, the returned error message says it is because of HttpClientErrorException.MethodNotAllowed, …
-
Does this actually plug into the hystrix dashboard?
-
1. Have you tested the performance when using hystrix in various configurations?
2. Have you tested the performance and network usage when using the streams? (We have ~150 different microservices. ea…
-
It looks like the retries with POST used in a hystrix client run into some error related to the request being already used. Error returned from http call is "_{"status":"Post \"http://localhost:8080/s…
-
- The hystrix client uses SleepWindow config in integer instead of time.Duration field - https://github.com/gojek/heimdall/blob/master/hystrix/hystrix_client.go#L29
- This leads to confusion whether …
-
Hysterix doesn't work unless you label the service with hystrix.enabled, i.e.
```
oc label svc fisgateway-service-stable hystrix.enabled=true
```
Also, it would be nice if the services could …
-
Good afternoon,
I came across a strange problem with the dashboard, which is a big problem for me and I've done some investigations and found the probable cause.
When I select an application, the dash…