-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# HAProxy Peers Design | ||
## Connection | ||
By default, the peers package only opens listeners and waits for HAProxy to connect to it. | ||
|
||
## Sticktables | ||
A user can create a sticktable definition which can be used to send to a HAProxy peer. Additionally a user can use a | ||
sent definition to send updates for that specific sticktable. For this, the table has to be registered in a table | ||
registry to allow proper referencing. | ||
|
||
## Handler | ||
A handler is the interface to implement when wanting to react to sticktable updates. A user created handler can implement | ||
specific sub interfaces to also react to handshakes. |