microservices jhipster registry Rest Api's for non-Jvm registration

时间:2017-06-19 13:55:54

标签: jhipster netflix-eureka

Is there a way to register non-jvm application in jhipster registry using Rest endpoints,something like https://github.com/Netflix/eureka/wiki/Eureka-REST-operations

Or can we integrate Netflix Prana to expose over HTTP

Sidecar could be a another possible approach, but its an overhead maintaining on the host server.

Please suggest which one would be the best approach for non-jvm application.

1 个答案:

答案 0 :(得分:0)

你可以从Eureka切换到Consul,因为Spring Cloud和JHipster也支持它,对于非JVM应用,Consul提供更多选项,如DNS查找或Consul模板。