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.
Check out the README of eureka-js-client for some helpful tips on this error.
If you are using Spring Cloud you'll likely want to set servicePath
under the eureka
section of your client configuration to /eureka/apps/
.