# 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/h26jjuq
Sentinel 如何持久化數據到 Nacos?**
默認情況下 Sentinel 只能接收到 Nacos 推送的消息,但不能將自己控制檯修改的信息同步給 Nacos,如下圖所示:但是在生成環境下,我們爲了更方便的操作,是需要將 Sentinel 控制檯修改的規則也同步到 Nacos 的,所以在這種情況下我們就需要修改 Sentinel 的源碼,讓其可以實現和 Nacos 的雙向通訊,如下圖所示:改造之後的交互流程如下圖所示:Sentinel 同步規 ⌘ Read more