You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A thread safe library that aims to provide a simple API for interfacing with RabbitMQ. Built on top of rabbitpy, the library make it very easy to use the RabbitMQ message broker with just few lines of code. It implements all messaging pattern used by message brokers
This project demonstrates a microservices architecture using Node.js and Kafka for scalable, efficient communication between user and product services. It includes clear setup instructions and serves as a valuable resource for learning and implementing microservices with modern technologies.
O objetivo é trabalharmos com microsserviços, mensageria e kubernetes. No caso dois serviços: o ItemService, responsável por cadastrar itens para os restaurantes e o RestauranteService, responsável por mostrar os restaurantes.