I am trying to create a micro-service in Elixir, and I want to connect it to Netflix Eureka, which is currently used to manage several existing microservices written in Java and Javascript. The elixir microservice is designed to be kind of a POC but we want to integrate it in the long term.
I found the eurexa project but i’m not sure if it works and it seems that it is not maintained. Moreover it has near-zero documentation…