Git Product home page Git Product logo

Comments (5)

StarpTech avatar StarpTech commented on May 27, 2024

Hi @danielsan there is no need for a service discovery or load-balancing because it's handled by NATS automatically. Every microservice is a single subscription in NATS so you can save that complexity.

from hemera.

danielsan avatar danielsan commented on May 27, 2024

Yeah, I know, that would be great if the company I work at was not already using Eureka.
We want to evolve our microservices platform by creating them in other languages (not only Java) and integrate them.

That is why I wanted to know how to make it work with Eureka, got it?

from hemera.

StarpTech avatar StarpTech commented on May 27, 2024

Then I don't understand the relation to hemera. In hemera / NATS you can't use a different service discovery because it's built in. If you want to create a different driver in a different language you can easily communicate over NATS with the same protocol. There is already a java nats driver.

https://github.com/nats-io/java-nats

The hemera protocol you can find here https://hemerajs.github.io/hemera/4_overview.html

from hemera.

StarpTech avatar StarpTech commented on May 27, 2024

I also working on a client for Go https://github.com/hemerajs/go-hemera

from hemera.

StarpTech avatar StarpTech commented on May 27, 2024

@danielsan one of the primary tasks of nats is to provide load balancing and service discovery. It's based on the pub sub model so that we can't provide modules for this. Please reopen if I couldn't answer your question.

from hemera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.