netflix-eureka Questions
2
There is an emerging trend of ripping global state out of traditional "static" config management tools like Chef/Puppet/Ansible, and instead storing configurations in some centralized/distributed t...
Croft asked 18/6, 2015 at 9:19
3
Solved
Hi I want to delete the zuul route which has been created dynamically. Im not using cloud server. Im able to add the routes using discoveryclientroutelocator.
But I don't find an option to de-regi...
Tetanic asked 12/3, 2019 at 10:40
2
Solved
I'm trying to use Feign and Eureka to forward a post request from server A to server B. Both servers are discrovered sucessfully by Eureka.
This works:
@Feignclient
public interface MyFeignClient...
Curagh asked 8/2, 2016 at 7:46
2
I am new in microservices (with Spring Boot). Copied production code and trying to run on my local. What things should I do for run code successfully? There are config server, eureka server, tomcat...
Enameling asked 2/5, 2017 at 7:19
1
Solved
This question is extension of Working With Eureka Clients Programmatically issue - Completed shut down of DiscoveryClient. On my windows machine JAVA_HOME and PATH both versions where different. I ...
Mercado asked 28/12, 2018 at 14:22
1
Solved
I've createde Eureka server with the replication and now trying to start the client. When I'm trying to start the spring-microservices-eureka-client, I get the below error. Using Spring Boot Versio...
Angele asked 28/12, 2018 at 8:27
2
Solved
I want to run eureka-server as container and want to let other microservices register to this container later on. But I got some issues to let it run as container and access it. The application is ...
Gradely asked 23/3, 2018 at 15:37
1
Solved
I am using eureka for service discover and ribbon for load balancing in my spring boot application. When i run my micro services which are registered with eureka on a fix port it works fine but whe...
Sublimity asked 27/11, 2018 at 2:39
4
I wanted to control the microservices that are running in the Eureka server. I used spring-boot-admin for this, but I am getting the error on accessing the information about the Trace,Log etc...
T...
Poul asked 7/3, 2017 at 12:15
4
Solved
I am following this very excellent tutorial: https://github.com/binblee/springcloud-swarm
When I deploy a stack to a Docker swarm that contains a single node (just the manager node), it works perf...
Fraktur asked 5/10, 2018 at 12:16
3
Solved
I have several microservices running in Docker Data Center. I have the same Eureka configuration across the services/applications. But some of the applications are registering with their eth0 IP ad...
Without asked 22/6, 2017 at 2:34
1
Solved
While I am trying to reach the service meeting via Zuul gateway, Zuul is unable to forward the request to the respective service. The following errors are what I am facing:
nettflix.zuul.excep...
Meisel asked 4/9, 2018 at 8:16
1
I want to make service discovery without spring boot.
So I have downloaded the netflix project example and because its gradle project I want to make it maven.
So i created maven project, imported ...
Amanuensis asked 22/9, 2017 at 10:26
2
I am using Spring Boot and looking for a discovery server. I see that "spring-cloud-starter-netflix-eureka-server" has a dependency on Jersey 1.x which is not an option to use in my environment. Th...
Donate asked 17/5, 2018 at 21:27
1
Solved
I try to run Eureka Server and Spring Boot Admin Server in one Application (SBA Docu says this is possible). Eureka is working as intended but the Admin App still shows zero Applications.
Spring B...
Sweptwing asked 25/6, 2018 at 13:15
3
I have been trying to find a running example of spring cloud gateway integrated with eureka server and also with some Hystrix examples but I could't find so far.
Are there any place where I could ...
Kilbride asked 8/9, 2017 at 9:58
4
Solved
I'm running Spring Cloud Eureka inside my Docker VM. I have services registering to it, but they use their IP adress from inside the Docker VM, but to be able to use them properly i need them to us...
Flail asked 20/5, 2015 at 12:35
2
Solved
I was setting up microservices based on Netflix Eureka and experimenting on top of spring-cloud and after weeks of research and development the question rose!
Why do I need the Eureka and spring-...
Clone asked 1/6, 2018 at 16:33
2
Solved
I have 2 microservices built using Netflix eureka. They communicate using feign client. In my local environment feign client works without any issue. But in the Predix (a cloud foundry) environment...
Genitals asked 19/3, 2018 at 13:56
2
I'm trying to enable https for spring cloud eureka server.
Yaml config:
server:
port: 8100
ssl:
clientAuth: want
protocol: TLS
key-store: classpath:keystore/keystore.jks
key-store-password: s...
Ringer asked 17/2, 2017 at 4:4
1
Solved
Context
I am deploying a set of services that are containerised using Docker into AWS. No matter which deployment solution is chosen (e.g. raw EC2/ECS/Elastic Beanstalk/Fargate) we will face the i...
Crazed asked 13/4, 2018 at 12:32
3
Solved
Given the following Spring Cloud setup: A data-service with access to a database, an eureka-service to handle service registry and discovery and a third service business-service which will be one o...
Daynadays asked 16/12, 2015 at 8:52
2
Solved
I am going to implement the orchestration of a set of microservices in my application. Two widely using tools I found Apache Zookeeper and Netflix Eureka.
Can anyone please give a comparison based ...
Heyes asked 6/2, 2018 at 5:0
3
Solved
I am trying hard to register my node app, with Netflix's Eureka , and after googling a lot, I am still looking for a solution . The max I can figure out is we have Prana but I got an issue which is...
Crazed asked 8/10, 2015 at 6:11
1
Solved
I'm writing spring boot application, which using spring configuration, deployed on pivotal cloud foundry and exposed by Netflix Eureka as discovery serivce / load balancer.
I have created a bean a...
Apposition asked 25/12, 2017 at 10:47
© 2022 - 2024 — McMap. All rights reserved.