# Watchers
We support to use distributed messaging systems like[etcd](https://github.com/coreos/etcd)to keep consistence between multiple Casbin enforcer instances. 因此,我們的用戶可以同時使用多個Casbin enforcers來處理大量的權限檢查請求。
與策略存儲 adapters類似,我們沒有把watcher的代碼放在主庫中。 任何對新消息系統的支持都應該作為atcher程序來實現。 完整的Casbin watchers列表如下所示。 歡迎任何第三方對 watcher 進行新的貢獻,如果有請告知我們,我將把它放在這個列表中:)
| Watcher | Type | Author | Description |
| --- | --- | --- | --- |
| [Etcd Watcher](https://github.com/casbin/etcd-watcher) | KV store | Casbin | Watcher for[etcd](https://github.com/coreos/etcd) |
| [NATS Watcher](https://github.com/Soluto/casbin-nats-watcher) | Messaging system | [Soluto](https://github.com/Soluto) | Watcher for[NATS](https://nats.io/) |
| [ZooKeeper Watcher](https://github.com/grepsr/casbin-zk-watcher) | KV store | [Grepsr](https://github.com/grepsr) | Watcher for[Apache ZooKeeper](https://zookeeper.apache.org/) |
| [Redis Watcher](https://github.com/billcobbler/casbin-redis-watcher) | KV store | [@billcobbler](https://github.com/billcobbler) | Watcher for[Redis](http://redis.io/) |
| [GCP Pub/Sub Watcher](https://github.com/livingpackets/cloudpubsub-watcher) | Messaging system | [LivingPackets](https://github.com/livingpackets) | Watcher for[Google Cloud Platform PUB/SUB](https://cloud.google.com/pubsub/) |