senecajs / seneca-mesh

Mesh your Seneca.js microservices together - no more service discovery!
MIT License
142 stars 47 forks source link

How does a microservice developed in Java/ Python join the Seneca-Mesh Network? #70

Open Arun-Trichy opened 7 years ago

Arun-Trichy commented 7 years ago

I have microservices developed using Java and Python. I want to Join the Seneca-Mesh Network. Are there any projects available in Java/ Python to join the already built Mesh network(in Seneca)? Or, Are there any Service Bus/ Gateways to bridge the microservices?

snics commented 4 years ago

hey @Arun-Trichy, I have the same problem I found this seneca-java-driver but unfortunately it is not usable because it only allows a one-way communication. You also have to release ports and then you can build a rest API to talk to any service 🤣 (By the way, no good idea!)

I would like to work on a solution for Java. Would be happy if one you can support me? In addition, we also want to define a minimum feature set. @rjrodger could you explain me how Seneca-Mash works?