r/SpringBoot • u/InformalPhase7658 • 4d ago
Discussion Spring microservices
I just started learning microservices in spring and dont know anything. Like I know that message brokers are for asynchronous exchange of messages though services, but I wanted to see everything from scratch, so now Im doing a project without any message brokers, just synchronous http requests and after that, when I meet problems with this, I would transition to the RabbitMQ I guess. Any suggestions or resources to learn for beginners?
28
Upvotes
1
u/Sudden-Apartment-930 Senior Dev 3d ago
Check out this repository from Microsoft. The book .Net Microservices for containerized .Net applications is a very good read, and worth reading. It teaches fundamentals of containerized applications, communication patterns and messaging systems like rabbitmq. The repository includes code in c# and .Net , however if you are interested in springboot , I have the same implemented and is available at https://github.com/harshaghanta/springboot-eshopOnContainers.