# 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/jgghfmq
Go go-queue 庫實現 kafka 的發佈 - 訂閱**
這篇文章,我們來了解下 go-queue/kq (kafka)。消息隊列對於大型微服務系統是必不可少的,主要是用來解決削峯、降低服務之間的耦合度以及異步能力。 Kafka, Beanstalkd Pub/Sub framework. https://github.com/zeromicro/go-queue/02 概述Apache Kafka 是一個快速、可擴展的、高吞吐、可容錯的分佈式發 ⌘ Read more