-
Official documents only contains some common configurations, but when going to production, we may need to configure some useful properties such as "healthCheckCriticalTimeout", "preferIpAddress", It w…
-
Hi,
I tested a special case with 3 nodes consul cluster and found something abnormal. To reproduce this:
1. normally start springboot application, service will register to the leader agent of c…
-
Hi There,
Whenever I change **kafka.producer.topic** in my consul config the following bean is not recreated with the new kafka.producer.topic value.
Though according to the logs, the app noticed …
-
When including the aforementioned libs in 1 project there will be an error:
```
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMappin…
-
https://github.com/LiaoWenn/ccb-job
-
**Question**
1. What's the reason to have profile used as only suffix to the context i.e current framework only supports (without any prefix) /{appName}/{profileSuffix} for ex: /my-app/test. Any sp…
-
When starting the project, will print out the log :
`2018-10-30 08:28:02.619 INFO 1 --- [ main] o.s.core.annotation.AnnotationUtils : Failed to introspect annotations on class org.…
-
@spencergibb
I need to override ConsulDiscoveryClient, so for that I am making configuration by defining this bean,
```
@Autowired
private ConsulClient consulClient;
@Autowired(requir…
-
I would like to send spans through a RabbitMQ to Zipkin. Therefore I use the Zipkin distribution jar (`zipkin-server-2.8.4-exec.jar`) and deploy it to Cloud Foundry with these manifest arguments:
```…
-
I am using consul to retrieve the list of manageable spring boot apps in SBA
That is working fine. After starting SBA all apps are listed and shown with the correct status.
If i do a deployment of…