-
We are trying to do a basic web service call, and realized that even though it returns a Future, it blocks on DNS lookup, so the whole thing will end up blocking the action if there is a DNS issue. To…
-
So i had noticed that HV power has an poorer power distribution range than MV, 20 chunks till 100% loss, and thought that a true long-range power transfer cable from IE with high transfer rate with a …
-
Hi,
I am trying to use the circuitbreaker but it never fires as I expect even though I believe I have followed the pattern correctly. Although it's a little unclear from the documentation, I _think_ …
-
**Elasticsearch version**: 2.3.3
**JVM version**: java version "1.8.0_40"
Java(TM) SE Runtime Environment (build 1.8.0_40-b25)
Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
**…
-
It happened during a rolling restart needed for a security upgrade. The cluster is running elastic 2.3.3.
All nodes are running the same JVM version (OpenJDK 64-Bit Server VM (build 24.95-b01, mixed m…
nomoa updated
8 years ago
-
I've encountered an issue where entries are being written to the metadata table but no corresponding entry is made in the journal table. I'm not sure why the journal write is failing specifically but …
-
My Zuul routes are defined as static routes with urls (Eureka is not used), is it possible to enable hystrix/circuit breaker for calls to other services?
-
getting following error after a while
```
reactor.core.Exceptions$BubblingException: org.cloudfoundry.client.v2.CloudFoundryException: CF-InvalidAuthToken(1000): Invalid Auth Token
at reactor.cor…
-
I have a situation that I have run into where the keys used to cache circuit breakers are not unique enough. Because of this I have distinct Hystrix Commands that end up using the same circuit breake…
-
Hi everyone,
Great work with Seneca. I am building a new project with Seneca at its core, which also happens to be my first SOA app.
My question pertains to using a message bus instead of http cal…