netflix-eureka Questions
4
Solved
I try to starting my application(Spring Boot + Spring Cloud + Eureka + MongoDB) with using docker image, but i can't get connection to MongoDB.
Exception:
exception "com.mongodb.MongoSocketOpe...
Arrears asked 17/8, 2017 at 18:56
4
Solved
I have a 'discovery first' setup with Eureka, Config Server, and my client.
The issue is that these 3 services start in order, but the client-server seems to register too early, and can never find...
Ditter asked 31/8, 2019 at 16:5
1
i'm using Eureka Server with Spring Boot.
The Error:
org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'logging.level.com.netflix.eureka' to org.sprin...
Banausic asked 12/6, 2020 at 21:51
0
I am currently working on a POC about client side load balancing.
I thought to use Spring Cloud Loadbalancer for that. But unlike Netflix Ribbon, I could not find a way to configure Spring Cloud L...
Formwork asked 1/7, 2020 at 6:47
1
We have a micro services architecture deployed on AWS ECS with Docker. The API Gateway and Eureka is from Spring. We have Java/NodeJS micro services which are working perfectly through the gateway ...
Weft asked 3/2, 2017 at 4:54
7
Solved
I am developing code from http://www.javainuse.com/spring/spring-cloud-netflix-zuul-tutorial, no customization yet. I keep getting the error mentioned below. So, to avoid this error I added the fol...
Joanjoana asked 12/4, 2018 at 6:55
5
Solved
I'm learning spring cloud Netflix by reading this article, however I started to get confused by different terminology in this article, they are:
Eureka service. To my understand it's an ordinary ...
Curcio asked 11/4, 2016 at 19:32
3
Solved
I'm currently facing an issue where Eureka does not unregister a registered service. I've pulled the Eureka server example straight from git hub and made only one change, eureka.enableSelfPreservat...
Jinn asked 16/9, 2015 at 18:43
3
I'm developing a Spring based application that consists of several microservices. One of my microservices acts as a Eureka server and everything works fine so far.
In all my other microservices (...
Acquainted asked 5/12, 2017 at 8:14
1
I am trying to setup a distributed system based on current spring-cloud release (meaning mostly Netflix OSS) using the following components
1 or more cloud config servers
1 or more Eureka server...
Griner asked 23/2, 2016 at 0:33
1
I am using Kibna inside Docker.
I am running the Kibana using docker-compose
Below is My docker-compose.yml
version: '2'
services:
elasticsearch:
image: elasticsearch
expose:
- 9200
ports:
...
Isla asked 3/4, 2018 at 7:18
2
I am using two Eureka server in spring cloud to replicate each other, when I open the page at http://localhost:8761, I saw this message:
RENEWALS ARE LESSER THAN THE THRESHOLD. THE SELF PRESERVATI...
Spaceman asked 31/8, 2015 at 5:36
4
Solved
I've two microservices,
eureka-client-1 running on localhost:8081
eureka-client-2 running on localhost:8082
Both these are DiscoveryClients registered with 'eureka-server' running on localhost:...
Tuscany asked 19/12, 2016 at 20:4
4
What is the recommended configuration when running both Config Server with Eureka Server? Should Config Server be a client of Eureka? Or should Eureka be dependent on Config Server properties for i...
Haplo asked 13/11, 2015 at 19:33
1
I use Spring boot + Eureka + Feign client to forward requests from one discovered server to another and it works fine.
In my server I need to get the IP of the original user.
I can't seem to find...
Bucharest asked 8/2, 2016 at 15:51
3
Solved
We have an infrastructure with service discovery and load balancing (i.e. server side with STM and weblogic cluster). Now we are in the process of refactoring into micro-services. We would need an ...
Steger asked 2/12, 2015 at 6:42
1
I have one Eureka Server A and two client instances of B(Client3) and C(Client4)
I got logs from Eureka Server, which are as follows :
2018-01-25 12:56:27.828 INFO 7145 --- [nio-8765-exec-2] c.n...
Skolnik asked 25/1, 2018 at 7:33
2
How can I fetch the already registered service from eureka?
The below code gives the details about a particular service. But I want the list of the registered services .
Code:
import org.spring...
Haeres asked 21/6, 2017 at 7:34
2
Solved
Within the Spring-Tools-suite (customised version of eclipse), there is an option to define multiple run configurations for the same application and then to run them.
For example, when testing a E...
Backstretch asked 25/7, 2019 at 17:1
3
I'm currently facing an issue where Eureka never clears out service instances that have become stale because a VM went down unexpectedly. Understandably, Eureka's self-preservation mode kicked in b...
Arlinda asked 15/10, 2015 at 14:19
1
While starting the Eureka Server Unable to start getting the errors
Tried with changing the cloud release changing the versions
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="h...
Arrowood asked 31/10, 2019 at 18:47
2
Solved
I am implementing a service discovery and I evaluating two options: Eureka and Consul.
Help me decide! I am leaning towards Eureka, but I need to clear a main tech problem. My infrastructure is ba...
Chloroprene asked 7/10, 2019 at 13:14
2
DiscoveryClient_xxx:111-222:8080 - was unable to refresh its cache! status = Cannot execute request on any known server :
I run a spring cloud application on my localhost.and i register with local...
Dumuzi asked 1/7, 2017 at 5:19
0
I have an Eureka server already running and I have a Microservice registered there (account-server -> Service B). The issue is when trying to use Feign from Service A. Let's say I have a class in S...
Sled asked 27/6, 2019 at 1:15
3
Solved
I set up multiple instances of eureka servers on the same host. They are using host names eureka-primary, secondary and tertiary which are defined as the localhost aliases in the hosts file and eve...
Oneal asked 21/6, 2018 at 15:9
© 2022 - 2024 — McMap. All rights reserved.