HAProxy is a software-based load balancer that supports http and tcp distribution. If I use ZeroMQ with pragmatic multicast enabled (pgm), will the use of HAProxy as an intermediary between zmq peers conflict with pgm, or should I use hardware-based load balancer, like F5?
Asked
Active
Viewed 1,459 times
1 Answers
2
No. PGM (IANA IP protocol number 113) isn't TCP (IANA IP protocol number 6). HAProxy is an HTTP and TCP load balancer.

marklap
- 471
- 4
- 15