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.
答案 0 :(得分:0)
你可以从Eureka切换到Consul,因为Spring Cloud和JHipster也支持它,对于非JVM应用,Consul提供更多选项,如DNS查找或Consul模板。