eureka-js-client
eureka-js-client copied to clipboard
JS implementation of a client for Eureka (https://github.com/Netflix/eureka), the Netflix OSS service registry.
Upgrade dependencie Aync
Hi @jquatier , request library has been deprecated, so I used got library and upgraded dependency version also verified all test cases, Please validate, merge and npm-publish used yaml.load instead...
A problem I've been noticing is that occasionally a server in our eureka cluster starts returning a 400 status. We do notice the problem and fix it, however because of...
I'm currently trying to integrate a NodeJS App into a Spring Cloud Gateway which usually only handles Java Services registered with Eureka. I noticed, that in order to work correctly...
`InstanceId` is a required field without which app can not be found by Java Spring cloud ribbon. But the only documentation did not mention this. related question: https://stackoverflow.com/questions/50965591/spring-cloud-netflix-eureka-doesnt-find-eureka-js-instances
variable **metadataResult** containing the default values was overwriting all the custom values provided by the user, making the custom values useless. The issue was fixed by changing the order of...
Currently error message is showing as: eureka registration FAILED: status: 400 body: [object Object] After the change it should show as: eureka registration FAILED: status: 400 body: {"error":"cannot parse request...
Support for imdsv2 (AWS Metadata service) https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html @jquatier