Summary
In this chapter, we have looked at some of the main patterns for decoupling microservices using events. We have also had an introduction to a modern design methodology for building distributed systems—domain-driven design. With the correct tools and upfront design, building highly scalable and maintainable systems should not be too challenging, and you now have all the information you need to do this with Go. In the final chapter, we are going to look at automated building and deployment of your code, finalizing the information you need to be a successful microservices practitioner.