huseyinbabal / live-coding-roadmap

Roadmap of the Live Coding Projects & Ideas
20 stars 0 forks source link

Event-Driven Microservices with Spring Boot and RabbitMQ #3

Open huseyinbabal opened 2 years ago

huseyinbabal commented 2 years ago

Sessions

Designing Messaging System on RabbitMQ for Microservices

In this session, we will see how RabbitMQ internals work and provide use-cases for message exchanging patterns to use in Microservice environment.

Spring Boot Microservices - gRPC and RabbitMQ Integration

gRPC helps us to provide a source of the data model and this is good for messaging systems. In this system, we will define our initial gRPC services and integrate Spring Boot with RabbitMQ

Spring Boot Microservices - Complete Order, Payment, Delivery Services

In this session, we will implement Order, Payment and Delivery service to show how end-to-end messaging system with Spring Boot and RabbitMQ works.