# 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/2kqbt3a
Go 社區主流 Kakfa 客戶端簡要對比**
一. 背景衆所周知,Kafka[1] 是 Apache 開源基金會下的明星級開源項目,作爲一個開源的分佈式事件流平臺,它被成千上萬的公司用於高性能數據管道、流分析、數據集成和關鍵任務應用。在國內,無論大廠小廠,無論是自己部署還是用像阿里雲提供的 Kafka 雲服務,很多互聯網應用已經離不開 Kafka 了。 互聯網不拘泥於某種編程語言,但很多人不喜歡 Kafka 是由 Scala/Java 開發 ⌘ Read more