Crates.io | etcdmq |
lib.rs | etcdmq |
version | 0.0.3 |
source | src |
created_at | 2022-06-14 18:17:23.898357 |
updated_at | 2022-06-14 18:17:23.898357 |
description | Lightweight Message Queue backed by etcd |
homepage | https://rust.volf.co/etcdmq |
repository | https://github.com/volfco/etcdmq |
max_upload_size | |
id | 606022 |
size | 55,584 |
A simple message queue on top of etcd
two inputs- watcher, and lister. watcher subscribes to events in the key space, and adds key ID into the queue lister lists all keys in the key space, and adds each item to the queue