# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/ljab3sa
負載均衡原理分析與源碼解讀**
上一篇文章一起學習了 Resolver 的原理和源碼分析,本篇繼續和大家一起學習下和 Resolver 關係密切的 Balancer 的相關內容。這裏說的負載均衡主要指數據中心內的負載均衡,即 RPC 間的負載均衡。傳送門 服務發現原理分析與源碼解讀基於 go-zero v1.3.5 和 grpc-go v1.47.0負載均衡----每一個被調用服務都會有多個實例,那麼服務的調用方應該將請求,發向 ⌘ Read more