2
I have an architecture SOA with two stacks
different with java and other with ruby, I have a microservice using spring boot and other Rails, and I’m trying to set up a Discovery Service with Eureka for java projects especially with Spring Boot is very easy to register in Discovery Service but for another lang without being java did not find solution?
So it is possible to register in Eureka without being a java project? if yes, how?