-
I have a similar problem like andreykirson: The configuration I maintained on Consul is ignored and not applied.
I did the following:
**bootstrap.properties:**
spring.application.name=multipl…
-
my demo project ( https://github.com/imgoby/spring-cloud-alibaba-dubbo-native/tree/main/spring-cloud-alibaba-consul-dubbo-provider ) is OK.but My production project has Exception:
2022.0.0
…
-
## Description
As described in https://github.com/graalvm/mandrel/issues/304#issuecomment-952070568 `-H:+ParseOnce` significantly increases the memory footprint of native-image in Quarkus' `integra…
-
Resilience4j version:
1.2.0
Java version:
Java8
Problem description:
We have created a Spring Boot application which uses Consul for managing configurations.
There are REST methods with @Rat…
-
While upgrading to Spring boot 3.0.x, if consul contains below property:
```
logging:
config: ${spring.cloud.consul.scheme}://${spring.cloud.consul.host}:${spring.cloud.consul.port}/v1/kv/${s…
-
**What would you like to be added**:
I would like to have a way to reference Secrets from ConfigMaps.
For example:
```
apiVersion: v1
kind: ConfigMap
metadata:
name: special-config
…
-
```yml
spring:
application:
name: demo-one
cloud:
consul:
host: ${CONSUL_CLIENT_IP:10.18.7.3}
port: ${CONSUL_CLIENT_PORT:8501}
discovery:
enabled: true
…
-
**Docker SWARM Routing Mess over AWS not working**
**Steps to reproduce the issue:**
1. Two EC2 Instance in AWS both with docker
2. Node Manager:
```
docker swarm init --advertise-addr…
-
hello,
import org.apache.camel.builder.RouteBuilder;
//import org.apache.camel.model.rest.RestBindingMode;
//import javax.enterprise.context.ApplicationScoped;
import io.quarkus.runtime.Quarkus…
-
Since eureka is kind of unmaintained and JHipster registry is deprecated and JHCC is unmaintained, it makes sense to make Consul the default service discovery mechanism in JHipster.
- [x] Change de…