-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is NATS supported currently? #53
Comments
I think so. Keep an eye on the documentation, we're working to keep that up-to-date as well: https://moleculer-go-site.herokuapp.com/docs/0.1/broker.html |
THANKS! |
Feel free to ask us questions on our Glitter community: https://gitter.im/moleculer-go/community |
@dehypnosis NATS streaming is the first transporter implemented, but it is not reading the URL from the config yet :( .. a very small thing to fix.. I'll get it done today, is in my list for some time. |
Currently, my team made a bunch of moleculer services based on moleculer-js with NATS transporter. And beyond node.js, we needed moleculer library based on fast compiled language like golang. So after your release, I gladly made a PoC service with But current Anyway i'm on this issue, and almost modified code to discover and call each other well. But while i was working on it, I thought that it is not sure that does So, here is a question, the differences between |
@dehypnosis this is awesome! One of the use cases that we believe people have and that this tool can be useful. The goal is to be 100% compatible with Moleculer JS. The reason you found this bug :( .. is because I have not done much testing integrating both (go and JS) yet, but this is in our roadmap. Looks like you started on it :) I'm happy to help u to get this over and quick. Can you please share your NATS transporter? Do you have a test with your transporter that I can use to see these error and do the fixes? I'm also happy to review and contribute to your PR to get this fixed. |
@dehypnosis and @slaterx I create a new issue to fix the hardcoded problem -> #54 And this one related to Moleculer JS incompatibility. -> #55 I'm closing this one now. |
Above configuration is ignored and just created MEMORY transporter, should i wait for the feature?
The text was updated successfully, but these errors were encountered: