influxdb-relay
influxdb-relay copied to clipboard
Service to replicate InfluxDB data for high availability
json gem requires ruby2, seems easiest to just update ubuntu
Just a proposal so newbies like me understand the buffering feature faster.
This adds new /status endpoint which should report current status of relay, i.e. list of endpoints, amount of buffer used and whether the buffering is active or not. That info...
Fixes #56
How about gzipping mirrored traffic ? Otherwise you get a considerable traffic overflow between nodes. Does this bother anybody ?
We should include basic config files and setup instructions for common load balancer setups starting with HAProxy, Nginx, and maybe ELB.
Hi, What do you think about new nginx feature - http://nginx.org/en/docs/http/ngx_http_mirror_module.html#mirror Do you think it may replace relay modules? What may be downsides of using this approach?
Do you plan on supporting buffering for UDP writes as well? I was really interested in this feature, but it doesn't help me much since we don't write to HTTP...
Hi, we are trying to implement HA for influxdb using influx-relay. after the initial set-up I tried testing the relay by doing a manual curl post ,what I observed after...