https://github.com/threecommaio/qflow
Replicates traffic to various http endpoints backed by a durable queue
https://github.com/threecommaio/qflow
durable go http queue replication
Last synced: about 1 month ago
JSON representation
Replicates traffic to various http endpoints backed by a durable queue
- Host: GitHub
- URL: https://github.com/threecommaio/qflow
- Owner: threecommaio
- Archived: true
- Created: 2018-08-15T03:31:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T23:36:32.000Z (over 7 years ago)
- Last Synced: 2024-06-20T16:41:52.360Z (over 1 year ago)
- Topics: durable, go, http, queue, replication
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QFlow
Replicates traffic to various http endpoints backed by a durable queue.
# Usage
```
Replicates traffic to various http endpoints backed by a durable queue
This tool helps replicate to various http endpoints backed by a
durable disk queue in the event of failures or slowdowns.
Usage:
qflow [flags]
Flags:
-a, --addr string listen addr (default ":8080")
-c, --config string config file for the clusters in yaml format
-d, --data-dir string data directory for storage
--debug enable debug logging
-h, --help help for qflow
$ qflow --help
$ qflow -c config.yml -d ./data
INFO[2018-08-15T15:07:11Z] registered (example1) with endpoints: [http://localhost:9090]
INFO[2018-08-15T15:07:11Z] config options: (http timeout: 10s, maxMsgSize: 10485760)
INFO[2018-08-15T15:07:11Z] listening on :8080
```