# 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/gwc54xa
原理剖析: 一文搞懂 Kafka consumer 與 broker 交互機制與原理**
01   前言   AutoMQ 致力於構建下一代雲原生 Kafka 系統,解決過去 Kafka 的諸多痛點問題,引領 Kafka 走向雲原生時代。作爲國內 Kafka 生態的忠實擁護者,我們將持續爲 Kafka 技術愛好者帶來優質的 Kafka 技術內容分享,歡迎關注我們。今天給大家帶來的是 Kafka Consumer 與 Kafka Broker 之間的交互機制解析,並簡要介紹其背後的主要工 ⌘ Read more