]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: spoe: Add internal sample fetch to retrieve the SPOE engine ID
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 5 Jul 2024 13:25:21 +0000 (15:25 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Jul 2024 13:27:05 +0000 (15:27 +0200)
commit706a57d55a315432848c54d7a202bfe174183918
tree5de39fcc79decedd3312abcdc8ed256dc7a972f8
parenta492e08e629b471b23e21471b80d2cf6dc16a95f
MINOR: spoe: Add internal sample fetch to retrieve the SPOE engine ID

The internal sample fetch "spoe.engine-id" is added. It may be used to
retrieve the current engine identifier, but only if the client endpoint is
an SPOE applet. For now, this sample is not documented. It will only be used
to set the connection pool name for a specific engine. This way, several
engine can use the same SPOP backend without sharing their idle connections.

The documentation will be added later, mainly because other SPOE sample
fetches will be added, and some changes are expected.

The related issue is #2502.
src/flt_spoe.c