DEV Community

Discussion on: Spring cloud: introduction to service discovery using netflix eureka

Collapse
 
daasrattale profile image
Elattar Saad

I believe it's possible, since Eureka is a naming registry service in a tech-limitless microservices environment (which means we use network to communicate with the Eureka server not a certain technology), I hope you'll find this helpful: github.com/harmoney-jianbo/ruby-eu...

Collapse
 
azzawie profile image
Mustafa Azzawie

I already checked this-rails gem but it's not working and I believe it's not supported anymore (Already sent an email to the developer who created it and created a ticket but no answer).
I was wonder if there is any document or resource you can help me with other than the above one.
Thanks

Thread Thread
 
daasrattale profile image
Elattar Saad

I am sorry, my experience with ruby is very limited, what I can assure you is that you can communicate with eureka server even thought you're not using Spring based micro-service as a client.
I apologize again for the lack of information and best of luck.