netflix-eureka Questions
2
I study spring cloud eureka , cloud and they works finely . But after adding security in eureka service , it met some errors .
All the code and errors details is in https://github.com/keryhu/eurek...
Crysta asked 10/4, 2016 at 3:26
4
Solved
I am trying to create two instance of Eureka server.But when i run it they are unable to register each other. Error i am getting is:
com.netflix.discovery.DiscoveryClient : Getting all instance...
Fastigiate asked 2/11, 2017 at 10:49
2
Solved
I'm in the process of building a library which provides an opinionated configuration for applications which use our Spring Cloud Config/Eureka setup. The idea is to deliver this configuration as a ...
Companionable asked 17/6, 2016 at 18:37
3
Solved
I'm trying to disable a Zuul route to a microservice registered with Eureka at runtime (I'm using spring boot).
This is an example:
localhost/hello
localhost/world
Those two are the registered ...
Unrefined asked 24/10, 2016 at 14:2
2
Solved
I read that instance id of Eureka Clients have to be unique and when we wish to run multiple instances of the same Eureka Client, then we add this property:
eureka.instance.instance-id==${spring.c...
Definitely asked 13/9, 2017 at 11:9
3
Solved
I have written a spring boot micro-service and a REST client. The client is a part of another module and make RESTful calls to the micro-service. The micro-service registers with the Eureka registr...
Spallation asked 15/2, 2016 at 12:32
2
Solved
Inside a service yaml file, you can use jsonpath to select a named nodeport value like so:
- name: MY_NODE_PORT
valueFrom:
fieldRef:
fieldPath: spec.ports[?(@.name=="http")].nodePort
However...
Quarterhour asked 25/7, 2017 at 23:44
1
I have two different micro services with eureka as service registry and now I am trying to call a micro service from another, resolving the endpoint with ribbon for client side load balancing.
Ser...
Bust asked 29/8, 2017 at 16:22
1
Solved
I have configured my micro services using Spring boot zuul and eureka services.
Now I need to authenticate all routes/REST API calls.
I mean, for all APIs client send one accessToken.
On zuul ser...
Hercegovina asked 4/8, 2017 at 15:47
3
Solved
I'm new to docker and microservices. I've started to decompose my web-app into microservices and currently, I'm doing manual configuration.
After some study, I came across docker swarm mode which ...
Pinette asked 5/2, 2017 at 15:52
1
I am new to Spring-Boot(Cloud) and going to work on one new project.
Our project architect have designed this new application like this:
One front end Spring boot application(which is also microse...
Lib asked 14/6, 2017 at 17:40
2
Using Spring-cloud Angel.SR6:
Here is the configuration of my Spring-boot app with @EnableZuulProxy:
server.port=8765
ribbon.ConnectTimeout=500
ribbon.ReadTimeout=5000
ribbon.MaxAutoRetries=1
ri...
Helprin asked 2/3, 2016 at 15:36
1
I have 2 Spring apps ("client-app" and "service-app") that are already registered to Eureka (and talk via Feign Client). However, I have to talk to an instance of Solr and I'm forced to hard-code t...
Starlastarlene asked 16/1, 2017 at 16:14
2
Solved
We are working on a cloud native app to be deployed in Cloud Foundry and after initial "let's use all the goodies from Netflix", we started to question if the overlap with CF is justifying usage of...
Cassiani asked 12/4, 2016 at 15:38
3
Solved
i am using spring cloud's eureka and feign to communicate between some services (lets say A and B). Now id like to unittest my service layer of a single service (A). The problem is, that this servi...
Xl asked 21/12, 2015 at 14:6
2
I've been trying to get to the bottom of a strange redirection issue for the past 2 days without success.
Based on the spring-cloud example projects, I've configured Eureka, Zuul and a basic servi...
Mustache asked 17/2, 2016 at 10:24
1
Solved
When Spring Cloud Eureka instance starts I can define some instance metadata statically (in eureka.instance.metadataMap.* in my application.yml) or dynamically (using EurekaInstanceConfigBean for e...
Josey asked 4/4, 2017 at 10:27
3
I'm getting started with Netflix Eureka and using its 1.1.145 (https://github.com/Netflix/eureka/tree/1.1.145) version.
I want to start locally 2 instances of the same application on different por...
Intussusception asked 15/4, 2015 at 14:47
3
Solved
I'm asking myself a question without finding responses for it. Maybe someone here would have ideas about that ;-)
Using a services registry (Eureka) in Spring Cloud with RestTemplate and Feign clie...
Frederico asked 17/2, 2017 at 11:8
1
Solved
I am new to spring cloud and going through some examples and material available online to make myself comfortable. However, while reading about ZUUL, some sites configured the routes in ZUUL's appl...
Furnary asked 14/2, 2017 at 23:48
1
According to this answer https://mcmap.net/q/420759/-how-to-deploy-microservices-on-heroku I would like to get a little bit more information about best practices with microservices on Heroku.
The...
Fireguard asked 23/1, 2017 at 19:20
2
Solved
I'm prototyping a set of Spring Cloud + Netflix OSS applications and have run into trouble with Eureka. In our setup, we have a Spring Cloud Config Server + Eureka Server, and then 2 modules that u...
Raptor asked 17/5, 2015 at 16:2
1
I have a local eureka server and one client
Eureka:
server:
port: 1111
eureka:
instance:
prefer-ip-address: true
client:
registerWithEureka: false
fetchRegistry: false
serviceUrl:
defaul...
Polyptych asked 12/5, 2016 at 12:46
1
Solved
I'd like to customize the Eureka port with Spring Cloud.
With the default port below, the services registry sees itself right (within the provided GUI)
spring:
application:
name: services-regist...
Prole asked 9/1, 2017 at 15:8
1
Solved
I am setting up the spring boot admin using spring cloud. Now I have set up a stand alone eureka server and one spring boot admin and some spring boot apps as admin clients. If I don't set manageme...
Analysis asked 9/11, 2016 at 10:39
© 2022 - 2024 — McMap. All rights reserved.