Deliver data reliablyWhat else to know to build reliable, scalable and fast systems?List of common problems of distributed systemList of system design concepts that can help solve these problemsThree-tier architectureProblems in distributed systemsTransient network issuesLong lasting network useConsumer application failures-> broker may keep the messages for a while until its disk is full;Timeout, reties, idempotency, backoff with jitter, failover fallback, message delivery guarantees, consumer offsetsIf messages comes faster than then speed of consumer can process them due to -> traffic burst
...
继续阅读
(85)