-
Hi
I tried to use Spring Config Import feature that appeared in Spring Boot 2.4. It works fine without Spring profiles but if I tried to use a profile then errors are present.
The documentation …
-
Would it be possible to have some form of `put()` or `set()` function for the `Map metadata` in the `ServiceInstance`?
I'd like to be able to **not** rely on a specific Spring Cloud implementation fo…
smcvb updated
6 years ago
-
In page 402, we can scale up the app using the blow command:
docker-compose up --scale multiplication=2 --scale gamification=2
This is my result of calling leaderboard api ( http :8000/leaders…
-
`spring-cloud-consul` provides a Consul Catalog Watch that publishes heartbeat events on catalog changes. In an environment with many services the catalog can change rapidly (multiple times per second…
-
Issue:
There is a logical difference between SIGTERM and the /shutdown endpoint. But doesn't appear to be a difference between SIGKILL vs SIGTERM.
Attached are logs that show a scenario with 2 diffe…
-
**Describe the bug**
I have a project providing gRPC service without any RestController. This project did't depend on `spring-boot-starter-webflux` nor `spring-boot-starter-web`. I found it could not…
-
**Is your feature request related to a problem? Please describe.**
I'm integrating Spring Cloud LoadBalancer with a Consul Discovery Client and I want to include own Consul's instance tags in metrics…
-
## Why do you need it?
Higress is already compatible with most functions of SCG (Spring Cloud Gateway), but there is still a lot of work to be done to truly achieve smooth migration.
- [x] Servi…
-
how to configurate multiple config names so that I'm abled to use multiple keys from consul config to start my project? like this:
spring.cloud.consul.config.name=mysql,rabbitmq,zipkin,${spring.appli…
MCeDo updated
5 years ago
-
Task `tag` is not working. Getting the error:
```
A problem was found with the configuration of task ':tag' (type 'TagTask').
- Type 'net.vivin.gradle.versioning.tasks.TagTask' property 'push'…