Questions tagged [netflix-eureka]

AWS Service registry for resilient mid-tier load balancing and failover.

https://github.com/Netflix/eureka/

1385 questions
-1
votes
1 answer

ClassNotFoundException: org.springframework.cloud.client.actuator.HasFeatures

When i run eureka server,the console print this exception: Caused by: java.lang.ClassNotFoundException: org.springframework.cloud.client.actuator.HasFeatures the pom.xml is:
david
  • 1
  • 1
  • 2
-1
votes
1 answer

Spring boot , Eureka server , IBM WAS : logback gives NoClassDefFoundError ch.qos.logback.classic.spi.ThrowableProxy

I have a problem when starting a spring boot application (Eureka server )( tried :1.4.0 , 1.3.7 , 1.3.6 ) on IBM Websphere Application server ( 8.5.5.9) with jdk 8 , it throws the following exception : [8/22/16 14:04:02:483 GMT+02:00] 00000098…
-1
votes
1 answer

How to register with Eureka,in non-jvm languages(e.g. erlang,php)?

It seems like that spring cloud sidecar just can be used to discover Eureka instances,but how to register via spring cloud sidecar? Thanks in advance for the help.
H.Matt
  • 3
  • 2
-2
votes
1 answer

Hosting Spring-cloud-config server as a micro service in Docker

How to host a Spring cloud config server registered as Eureka Client in Docker containers ? My Spring Boot micro services architecture includes the below components: eureka-server (Eureka as Service Registry) config-server (registered as Eureka…
-2
votes
1 answer

Adding properties to Spring Boot application.yml file at the maven build time

I have the use case in which I need to write some properties to the spring boot application.yml file for each Spring boot profile at the maven build time. Input(application.yml) : spring: profiles: ED eureka: client: enabled: true …
1 2 3
92
93