-
Container group name already exists if anyone else ran this in public.
-
I want to execute a method once the Eureka Client registers in Eureka Server. I have written the below code but the code inside onApplicationEvent() method is not getting executed after Client registe…
-
There is some prerequsiite before running with docker?
-
1、创建maven工程
2、编写pom.xml
```
4.0.0
com.hpa.fisetup
fisetup
1.0-SNAPSHOT
org.springframework.boot
spring-boot-starter-parent
1.4.5.RE…
-
First things first : [HERE](https://github.com/softreaver/issue_eureka_discovery) is a minimal repo to reproduce the error.
And here is what I posted earlier on StackOverflow but no solution has be…
-
Hi all, how it's going?
I am on the development of a monitoring services status based on spring. I developed a scheduled method so with getServices retrieves all the services are in the network, an…
-
We need to be able to run our services with dynamic ports in Amazon ECS. We have an internal Spring Boot starter which is able to successfully get the ECS port and set it on a new `EurekaInstanceConfi…
-
Hi,
I am working to deploy a vert.x in PCF, which will consume other service running in PCF through Eureka Discovery. Do vert.x supports Eureka client. If so could you please help us how to do it. …
-
Using the following configuration:
``` properties
prana.host.healthcheck.url=http://127.0.0.1:5000/hc
prana.host.healthcheck.timeout=1500
prana.proxy.req.acceptencoding=gzip
archaius.deployment.appl…
-
**Description:**
The Client-Side Service Discovery pattern is a design strategy in microservice architectures where the client is responsible for determining the network location of service instances.…