spring-cloud-netflix
spring-cloud-netflix copied to clipboard
Eureka discovery client cannot handle 404 responses with a body
Our Eureka server is a plain Boot app so it sends 404s with a nice informative body. Unfortunately the client is not expecting that (as described in #978). We could try and get it fixed in the client, but there might be a workaround in the server as well, if it were to start sending empty error responses to /eureka/apps/**.
I tested this and the 404 body is only present in the Angel server (1.0.x), so if we fixed it, it would be in 1.0.8. Probably not a huge priority.