# 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/sq4daiq
MQ 選型:一文詳解 Kafka 與 RocketMQ 區別**
引言在做 MQ 技術選型的時候,Kafka 和 RocketMQ 是常用的兩個消息隊列中間件,今天就從架構設計、性能分析、使用場景來比較一下兩者的區別,到底該使用哪個 MQ?Kafka 最初由 LinkedIn 開發,後來成爲 Apache 的一個頂級項目,它設計之初就是爲處理大規模數據而生,特別擅長於高吞吐量的場景。Kafka 廣泛應用於日誌收集、流式處理、事件驅動架構等多種場景,被許多知名企業 ⌘ Read more