Logo
Grokking Microservices Design Patterns
Ask Author
Back to course home

0% completed

Performance Implications

Issues, Special Considerations, and Performance Implications

As we saw in our Java example, the Saga Pattern elegantly tackles the problem of data consistency in microservices. But, just like any other pattern or technology, it's not without its issues and special considerations. You're curious about what these are, right? So, let's dive in!

Issue 1: Complexity

The first issue is complexity. Remember how we split a large transaction into several smaller ones? That does ensure data consistency, but it also adds complexity

.....

.....

.....

Like the course? Get enrolled and start learning!