-
Notifications
You must be signed in to change notification settings - Fork 268
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
Adding UDP support #608
Comments
Or function like
|
HAProxy does not support UDP in general. You need to use something like ipvs or keepalived to do udp load balancing |
But Haproxy supports UDP for syslog in log-forward section. |
Oh I see, that's a good point. Have you tried using the custom_fragment parameter? puppetlabs-haproxy/manifests/init.pp Line 135 in 8d4ce57
|
No, but I will have a look. Thanks for the advice. |
Use Case
When I am trying to do loading balancing for graylog, I found that there was no support for UDP in the module.
Describe the Solution You Would Like
For example, receiving UDP traffic on port 5140 and forward it to backend server1:5140 and server2:5140.
The text was updated successfully, but these errors were encountered: