java - Spring Boot Integration test error : Load balancer does not have available server for client: -


i working spring boot, eureka , micro services.

i have 2 micro service m1 , m2, m1 internally calls m2.

i executing integration tests in m1 locally.

when m1 calls m2, exception thrown,

"load balancer not have available server client: m2"

can here ? might problem.

surprisingly, when run m1 , access directly works. problem when run integration test.


Comments