YAYash Agrawalinyash946.hashnode.dev00Kafka Explained Like You’re 5Mar 31 · 3 min read · Definition by google Apache Kafka is an open-source, distributed event streaming platform used for high-performance, real-time data pipelines, streaming analytics, and data integration. It acts as a Join discussion
YAYash Agrawalinyash946.hashnode.dev00Cache Strategies in Distributed SystemsMar 7 · 8 min read · Why basic TTL caching is not enough? Basic TTL (Time-To-Live) caching stores data in the cache for a fixed period of time. After the TTL expires, the cached data is removed or marked as invalid, and tJoin discussion
YAYash Agrawalinyash946.hashnode.dev00Thundering Herd ProblemFeb 27 · 6 min read · Imagine sale start at 10:00 AM, and everyone is waiting outside. When the store opens at 10:00 AM, everyone rushes in at the same time, and as a result, only few able to purchase the sale items properJoin discussion