Considerations
● Event-driven architecture comes with latency when publishing and subscribing events from the Event Hub.
● Sync REST APIs communication make expensive calls to a database that reduce performance.
● How can we make more faster that increase performance of communications in Microservices Architecture ?
Problems
● Slowliness and Low Performance Communication
● Latency when publishing and subscribing events
● Rest APIs make Database calls that are expensive, low performance
Solutions
● Distributed cache
● Storing frequently accessed data in a distributed cache
https://learning.oreilly.com/library/view/high-performance-mysql/9780596101718/ch04.html