From the course: Building Event-Driven Applications In Go
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Operational best practices for maintaining and scaling event-driven systems
From the course: Building Event-Driven Applications In Go
Operational best practices for maintaining and scaling event-driven systems
- [Instructor] So far, we have explored different topics as regards event-driven applications, and if you followed this course so far, you must have by now been familiar with the different concepts and components of event-driven systems. But just to recap, event-driven architecture and event-driven applications help decoupling producers and consumers, thereby enabling independent scalability and resilience of your applications. To fully leverage the benefits of event-driven architecture, it's very important that you adopt the best practices for operational maintenance and scalability. And this includes monitoring, error handling, alerting, logging, performance optimization, and even security. As we bring this course to a close, I thought it best to go through these best practices one by one, and thereby putting this course to a close properly. And so in this video, we will discuss the best practices for maintaining and scaling event-driven systems implemented in Go. Let's begin with…