I have a SOA architecture with two stacks
different one with java and another with ruby, I have a microservice using spring boot and other rails, and I'm trying to configure a Service Discovery with Eureka for java projects especially with Spring Boot is very easy to register on Service Discovery however for another lang without being java did not find solution?
Is it possible to register with Eureka without being a java project? If yes, how?