Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgoffinet committed Aug 15, 2018
1 parent 7725a92 commit a57dbc7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# 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
```

0 comments on commit a57dbc7

Please sign in to comment.