-
Notifications
You must be signed in to change notification settings - Fork 483
feat(contrib/haproxy): HAProxy AAP support #3912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
3518fb7
to
049d56e
Compare
BenchmarksBenchmark execution time: 2025-09-24 09:45:47 Comparing candidate commit 39c6213 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 2 metrics, 0 unstable metrics. scenario:BenchmarkSetTagStringer-24
|
1c79257
to
122b92f
Compare
9483abb
to
6db4230
Compare
469c32d
to
9ee5626
Compare
6c40e5f
to
5fce2b7
Compare
f3ac150
to
2664229
Compare
@codex review |
Codex Review: Didn't find any major issues. You're on a roll. About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback". |
e3f93d7
to
46b0269
Compare
…ment needed interfaces to work with the mp
eec6d03
to
39c6213
Compare
What does this PR do?
This PR implements an HAProxy SPOE messages handler that can be used to create full featured AAP HAProxy agent (coming part of #3913).
This PR uses the message_processor package implemented from #3860 and implements its own HAProxy message processor.
This implementation use the library
github.com/negasus/haproxy-spoe-go
for the communication between haproxy and the agent (implementing the SPOP).Motivation
New proxy integration supported for AAP: HAProxy
Reviewer's Checklist
./scripts/lint.sh
locally.Unsure? Have a question? Request a review!