netflix-eureka Questions
5
Solved
I was doing microservices tutorial from javabrains.io and everything was ok till I tried to implement Eureka server in one of microservices.
My main class is simple:
import org.springframework.bo...
Niue asked 13/5, 2019 at 14:52
4
Solved
I am new to developing microservices, although I have been researching about it for a while, reading both Spring's docs and Netflix's.
I have started a simple project available on Github. It is ba...
Artist asked 25/11, 2015 at 16:24
3
Solved
If Eureka client doesn't register itself with the eureka server by setting eureka: client: registerWithEureka: false, why does fetchRegistry property also needs to be set as false?
Trophic asked 24/8, 2019 at 16:17
6
I am putting together a proof of concept to help identify gotchas using Spring Boot/Netflix OSS and Kubernetes together. This is also to prove out related technologies such as Prometheus and Grafan...
Gerlac asked 12/11, 2016 at 20:40
3
Solved
How to fix this error?
Here is it:
Caused by: java.lang.ClassNotFoundException:
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata
And here is my pom.xml file
<parent...
Invest asked 2/9, 2021 at 13:1
4
I am trying microservices with eureka and zuul. And there is a problem with all requests, which take more then 1 second. As I have understood, 1 second is default hystrix timeout, and for configuri...
Eleonoreleonora asked 29/3, 2019 at 13:19
4
Request execution error. endpoint=DefaultEndpoint{ serviceUrl='http://localhost:8761/eureka/} is giving when I am running in docker windows but It is registering with eureka server when I am runnin...
Wholehearted asked 28/12, 2018 at 13:37
7
Solved
Spring Boot Cloud Disovery Question, Problem with Eureka hostname after docker upgrade on windows 10. (Note: docker is not hosting spring services, just mariadb, rabbitmq, and zipkin)
Summary
I ...
Glasgow asked 2/8, 2019 at 3:50
7
Solved
I am working on Spring Boot Eureka Client Application with Ribbon Load Balancer.
I have two instances of the server registered with Eureka with the name "TEST". On the client side, I have the foll...
Wistful asked 22/7, 2015 at 21:16
2
What else is required for DiscoveryClient?
I am trying to fetch registered services to eureka using DiscoveryClient.
The standalone program works well, but the following code snippet is to be integ...
Cryobiology asked 26/10, 2017 at 7:58
3
Solved
I have a simple setup with a Eureka service registration server, a service for the public API and a service that gets called from the public API using RestTemplate. Eureka tells me that the service...
Reluctant asked 11/5, 2016 at 10:18
5
Solved
In some applications, I saw people are using @EnableEurekaClient. And some other example applications are using @EnableDiscoveryClient.
Is there any difference between these two?
Tallowy asked 12/8, 2015 at 22:8
7
Solved
I use Spring-Cloud-Netflix for communication between micro services. Let's say I have two services, Foo and Bar, and Foo consumes one of Bar's REST endpoints. I use an interface annotated with @Fei...
Pantheism asked 13/9, 2016 at 8:57
4
Solved
I am trying to register a client to spring-eureka-server, client deregisters just after registering
eureka-server logs:
2018-05-13 16:02:47.290 INFO 25557 --- [io-9091-exec-10]
c.n.e.registry....
Ssm asked 13/5, 2018 at 10:35
1
I have this gradle configuration:
gradle
plugins {
id 'org.springframework.boot' version '2.4.10'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
group = 'com.test'
ve...
Greenfield asked 28/8, 2021 at 10:11
2
Spring Boot version: 2.1.6.RELEASE
Spring Cloud Version: Greenwich.SR1
Objective is to set up two instances of Eureka Servers in a cluster and have all microservices registered to both, in order ...
Sybarite asked 26/12, 2019 at 14:25
4
I work with Spring to create microservices. I am using Eureka for service discovery and Spring cloud gateway for routing. I would want to auto-route for the number of services I am having.
For exa...
Vanhomrigh asked 5/11, 2019 at 15:50
1
I am securing the Eureka server with spring security, the eureka server and config server is dockerized in a container and the config server is registered with the Eureka server
Now I am trying to...
Riyadh asked 22/7, 2020 at 4:12
3
Solved
Is there a way to integrate the Netflix Service Discovery Server (Eureka) with different programming languages (e.g. php).
For instance, we would like to make a service discovery client in php.
T...
Amidships asked 22/7, 2015 at 10:13
4
Solved
I read the articles like : What is the difference between an API-Gateway and an Edge Service?, but still not clear on what's the exact difference between the service discovery (say Eureka) and Serv...
Bunce asked 17/10, 2018 at 9:41
7
Solved
Is there a way to disable spring-boot eureka client registration based on the spring profile?
Currently I use the following annotations:
@Configuration
@EnableAutoConfiguration
@EnableDiscoveryCl...
Pumpernickel asked 1/2, 2016 at 23:1
3
When I add this to my project parent pom:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId&...
Hoarhound asked 10/11, 2019 at 16:32
1
In server-side load balancing, the clients call an intermediate server, which then decides which instance of the actual server (or microservice) to call.
In client-side load balancing also, the cl...
Prom asked 8/1, 2019 at 13:27
2
I understand from the documentation with the use of Netflix Zuul & Eureka (maybe Ribbon too) you can build an active load balancer. I have always used AWS ELB, ALB (ECS for container management...
Persecute asked 13/3, 2019 at 15:22
3
Solved
I am trying to get a simple microservice to register to the Eureka Server and then have Zuul proxy to the microservice. I got the microservice to register to the Eureka Server. However, whenever I ...
Midge asked 20/1, 2017 at 7:25
© 2022 - 2024 — McMap. All rights reserved.