]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: peers: support of any stick-table data-types for sync
authorEmeric Brun <ebrun@haproxy.com>
Thu, 11 Jun 2015 16:25:54 +0000 (18:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 16 Jun 2015 14:11:59 +0000 (16:11 +0200)
commit9490095abba57893f074ca7ccf6bc1bb9064aee5
treec5c24cf6a3c90ecb681699db1bc371080a6d09bf
parent57056f034733253f94cc07d7acf8d9913ceb056d
MEDIUM: peers: support of any stick-table data-types for sync

It is possible to propagate entries of any data-types in stick-tables between
several haproxy instances over TCP connections in a multi-master fashion. Each
instance pushes its local updates and insertions to remote peers. The pushed
values overwrite remote ones without aggregation. Interrupted exchanges are
automatically detected and recovered from the last known point.
doc/configuration.txt
src/peers.c