-
如题
-
When using `spring-cloud-netflix-core` without adding `spring-cloud-context` explicitly to the dependencies a `NoClassDefFoundError` ist thrown. Therefore the dependency `spring-cloud-context` must no…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
…
-
When both `spring.cloud.consul.discovery.enabled` and `spring.cloud.config.discovery.enabled` are true, gateway will fail to start because of duplicate bean 'consulDiscoveryProperties'. See below. Loo…
-
Using CONSUL, i got the below error .. it seems to be not using ACL Token while retrieving key.
Do you support ACL configuration to use with CONSUL? Or did I miss something?
```
com.ecwid.consul.…
-
We're using Spring Cloud (Finchley.SR1) to provide a single backend service (_serviceA_) and and a simple Spring Cloud Gateway frontend.
When running _serviceA_ locally (e.g. http://localhost:8082)…
-
As a user, while orchestrating a deeply nested-graph on CTR v2.0.2, I'm noticing that the CTR process continues to run even after successfully executing all the steps with exit-code=0. This behavior i…
-
Because the ribbon config entry PoolKeepAliveTime is read as a string instead of an integer/long, it never passes the check at https://github.com/spring-cloud/spring-cloud-netflix/blob/1.4.x/spring-cl…
arkin updated
5 years ago
-
version:1.4.2
console log:
```
Uncaught (in promise) TypeError: Cannot read property 'forEach' of undefined
at Object. (apps.ts:200)
at apps.ts:256
at Object.next (apps.ts:256)
…
-
Does spring-cloud-consul consider supporting multiple agent configurations
``` java
spring:
cloud:
consul:
host: ip1,ip2
port: 8500
```