Understanding Communication Patterns and Kafka in a Distributed System
Async vs Sync
Synchronous tasks are high-priority tasks that require immediate execution and user feedback. They are generally associated with user actions that need immediate system response.
Asynchronous tasks are tasks that can be processed in th...
leelvinod.hashnode.dev15 min read