Skip to content
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

Incomplete protocol description? #173

Closed
ToGoBananas opened this issue Jan 15, 2018 · 2 comments
Closed

Incomplete protocol description? #173

ToGoBananas opened this issue Jan 15, 2018 · 2 comments

Comments

@ToGoBananas
Copy link

Hello
I am trying to implement protocol in python (https://moleculer.services/api-0.11/protocol.html)
But, when I am running moleculer service using simple command:
moleculer connect amqp://localhost:5672
it creates queue MOL.HEARTBEAT.<nodeID>, but there is no mention about this in protocol description
So, whether description complete? and can I implement this protocol for python services?

@icebob
Copy link
Member

icebob commented Jan 15, 2018

Hi,
First of all, I'm glad that you start implementing Moleculer protocol in Python. It's great!

The protocol documentation is up-to-date and complete, but AMQP implementation is a bit different. You can find some comment about queues & exchanges in the code by @Nathan-Schwartz: https://github.com/ice-services/moleculer/blob/master/src/transporters/amqp.js#L288

Related PR: #72

@ToGoBananas
Copy link
Author

Here very rude implementation of protocol (JSON serializer, AMQP transport) for my own needs, but maybe someone can find this helpful
https://github.com/ToGoBananas/moleculer-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants