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

Communication - queue #5

Open
marcotroisi opened this issue Mar 30, 2017 · 4 comments
Open

Communication - queue #5

marcotroisi opened this issue Mar 30, 2017 · 4 comments
Assignees

Comments

@marcotroisi
Copy link
Contributor

marcotroisi commented Mar 30, 2017

I think that we could use a queue system to handle communication between microservices. RabbitMQ is a great fit in my opinion.

It seems to me that the alternative to this is using raw HTTP between microservices.

What are your thoughts?

@luigizuccarelli
Copy link

@marcotroisi - I agree on queing and also caching - why not consider redis as part of the poc ?

@marcotroisi
Copy link
Contributor Author

marcotroisi commented Mar 30, 2017

Great idea! We could do two PoC, one with Redis and one with RabbitMQ, between the two us.

We just need to think of a few "guidelines" so that we build something similar and we don't compare apples to oranges.

What do you think?

@luigizuccarelli
Copy link

yes absolutely , I quite like the mediator pattern that the guys have adopted for the raincatcher front end , its more like the talk we had at meetup, the ms will send messages and if there are other ms or consumers that listen to messages and the topic is related they use it - nice and clean

@marcotroisi
Copy link
Contributor Author

marcotroisi commented Mar 31, 2017 via email

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

No branches or pull requests

3 participants