netflix-ribbon Questions
3
Solved
I am trying spring-boot (2.0.5) with spring-cloud (Finchley.SR1) and trying to setup communication between two services using Eureka as discovery server and Feign/Ribbon as clients. The setup is qu...
Tananarive asked 8/10, 2018 at 6:8
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
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
3
Solved
I am trying to upgrade my spring boot version from 2.1.5.RELEASE to 2.5.1, so I have changed the spring cloud version from Greenwich.RELEASE to 2020.0.3 according to release train Spring Boot compa...
Belamy asked 23/6, 2021 at 5:30
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
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
Solved
I want to use @FeignClient(url=...) and make it go directly to the given url instead of picking up hosts from ribbon config.
I am aware that in spring-cloud feign comes together with ribbon and eu...
Pecker asked 29/8, 2019 at 7:1
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
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
1
Solved
Environment
Spring Boot 1.5.13.RELEASE
Spring Cloud Edgware.SR3
Compiled with Java version "1.8.0_172-ea",Java(TM) SE Runtime Environment (build 1.8.0_172-ea-b03) and source level 1.8
Runtime JRE...
Illusive asked 31/5, 2018 at 10:55
2
Cloudfoundry plans to add support for DNS A records that maps to multiple IPs (one per app container instance), see docs-proposal. I wonder whether spring-cloud discovery coupled with ribbon can su...
Palais asked 3/10, 2017 at 10:33
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
We are using Spring cloud in our project. We have several micro services and each has its own .yml file.
Below properies are only in zuul server
hystrix.command.default.execution.isolation.thread...
Lavolta asked 25/8, 2016 at 20:57
1
Solved
I have trouble understanding the connection between Zuul and Ribbon.
I think I got Zuul clear. It's a reverse proxy I can contact to reach one of my several instances of a service. It will pick th...
Mandrill asked 21/4, 2017 at 8:47
2
Solved
I understand @LoadBalanced indicates the Rest template should be based on Client Side Load Balancing using Ribbon and checks Eureka server for resolving the service name to host/port.
What is the ...
Dreiser asked 20/9, 2016 at 6:40
1
Solved
My goal is to be able to add/edit a Ribbon LoadBalancerRule at runtime via Archaius.
myService.ribbon.NFLoadBalancerRuleClassName=com.netflix.loadbalancer.WeightedResponseTimeRule
I'm trying to ...
Vitrine asked 31/10, 2016 at 14:57
2
Solved
I wrote a simple Spring Cloud Ribbon application, to call a REST service which was registered in Eureka.
But how to override the ribbon.serverListRefreshInterval value? The default value is 30 sec...
Bekha asked 19/9, 2016 at 6:58
1
Solved
Background
I'm using Spring cloud Brixton.RC2, with Zuul and Eureka.
I have one gateway service with @EnableZuulProxy and a book-service with a status method. Via configuration I can emulate work...
Fin asked 17/5, 2016 at 10:3
1
I'm giving a try to Spring Cloud and Spring Boot. It uses Netflix OSS Applications, among them there are Ribbon and Hystrix.
Ribbon is a load balancer and comes with some features, one of them is...
Irresponsive asked 13/10, 2015 at 17:12
1
© 2022 - 2024 — McMap. All rights reserved.