netflix-eureka Questions
7
I'm writing a Eureka Client Application using spring-cloud-starter-openfeign client.
Here is my POM
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSche...
Flatting asked 31/1, 2020 at 7:39
4
Solved
Followed the spring guides to build the eureka server, spring cloud gateway and a sample rest service.
However, the gateway is unable to retrieve the urls using the service name from the eureka se...
Haemophiliac asked 6/9, 2018 at 5:12
3
Solved
I am trying to configure eureka client in my new spring boot 3.2.0 application using java 17 and getting the below error while running.
org.springframework.beans.factory.UnsatisfiedDependencyExcept...
Saxecoburggotha asked 19/12, 2023 at 10:34
4
Solved
I have one eureka server.
server:
port: 8761
eureka:
client:
registerWithEureka: false
fetchRegistry: false
I have one eureka client.
spring:
application:
name: mysearch
server:
port: 80...
Schottische asked 28/11, 2017 at 19:4
3
Solved
I've been struggling with this for a while now. In short, the problem is whenever I make a POST request using OpenFeign I get the following error:
org.springframework.beans.factory.NoSuchBeanDefin...
Nebo asked 2/1, 2020 at 12:20
6
Solved
I added spring-cloud-starter-netflix-eureka-client gradle depedency in
my project and shrik the depedency. But when go use
@EnableEurekaClient in my Main class it show me suggestion create
@Enable...
Corwun asked 7/7, 2021 at 11:38
12
Solved
I am following a tutorial to learn eureka server/client with spring boot
when I try to install maven dependencies in the pom.xml I get the error in the title
this is my pom.xml file:
<?xml versi...
Clow asked 1/9, 2020 at 18:36
5
How to eliminate the following message on Eureka server dashboard?
Will it cause any issue to my services?
EMERGENCY! EUREKA MAY BE INCORRECTLY CLAIMING INSTANCES ARE UP WHEN
THEY'RE NOT. RENEW...
Testify asked 31/10, 2017 at 15:21
6
I have my application.yml file as below. How to convert it to application.properties
I am trying it but how can i write multiple properties in same file. Its giving me duplicate kery error.
---
...
Gradient asked 28/8, 2018 at 13:54
5
Solved
I have a Spring Boot application that is also a Eureka Server. I want to list all instances that have been registered to this Eureka Server. How do I do it?
Mellifluent asked 23/2, 2017 at 22:35
14
Solved
I'm trying to run a very basic Eureka Server but it gives the following error:
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.c...
Siouan asked 6/12, 2020 at 4:56
6
I need to check that two conditions are satisfied on a YAML property file, while creating a bean. How do I do that, as the @ConditionalOnProperty annotation supports only one property?
Disbelief asked 15/3, 2016 at 16:25
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
2
It says nested mappings are not allowed in compact mappings
eureka:
client:
register-with-eureka: false
fetch-registry: false
server.port: 8796
spring.application.name: eurekaservice
Af...
Haslet asked 19/1, 2022 at 17:38
5
Solved
2017-03-16 16:09:08.821 INFO 9104 --- [ main] com.hello.EurekaClientApplication : No active profile set, falling back to default profiles: default
2017-03-16 16:09:08.848 INFO 9104 --- [ main] ati...
Dorrie asked 16/3, 2017 at 21:27
3
Solved
I created a Eureka server spring boot application. It is properly loaded. After that I am trying to create a Eureka client.But it is not getting listed in eureka server UI. I am adding my client ap...
Bevel asked 4/11, 2017 at 6:47
2
When I use a FeignClient it is setting the Content-Type to application/x-www-form-urlencoded instead of application/json;charset=UTF-8.
If I use a RestTemplate to send the same message the message...
Uralite asked 22/4, 2015 at 12:53
10
I'm trying to register a Microservice as Eureka Client in order to discover other Microservices, however, I follow the tutorial but nothing shows up in the Eureka Server. Below are code snippets:
...
Melodics asked 13/4, 2016 at 17:27
1
I have an Eureka server running on a local machine. Eureka clients are registered to this server. I am able to view the eureka dashboard to see the instances registered.
Can I have an event liste...
Kramatorsk asked 3/10, 2016 at 15:4
2
Solved
I have problems with springboot 3.0.0 it doesn't recognize my eureka server and client but in version 2.7.4 it works normally was there any change?
follow my classes:
api-gateway:
@SpringBootApplic...
Longfaced asked 1/12, 2022 at 23:40
2
Solved
According to the Eureka wiki (https://github.com/Netflix/eureka/wiki), the Eureka 2.0 has been discontinued.
The open source work on eureka 2.0 has been discontinued. The code base and artifacts...
Forby asked 2/7, 2018 at 13:28
4
Solved
I'm trying to implement Discovery First Bootstrap way for my 4 micro-services. First is a config server that takes config from git, and second is an Eureka server. When i'm running docker-compose u...
Solicit asked 25/3, 2019 at 11:15
6
Following along a tutorial that sets up a eureka server. I follow all the steps but go to run it when it should work and it crashes with this error:
org.springframework.beans.factory.UnsatisfiedDep...
Flavoring asked 15/11, 2020 at 20:13
5
Is it possible to implement node js app as a spring eureka client? I use eureka-js-client to register spring eureka server, it always response 404 error.
Mulvey asked 12/5, 2016 at 13:13
4
I am getting the following error while trying to run Spring Boot 1.4.2.RELEASE with Eureka server:
2016-11-20 16:25:59.306 INFO 14263 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refresh...
Mezzosoprano asked 20/11, 2016 at 15:41
1 Next >
© 2022 - 2024 — McMap. All rights reserved.