8

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?

Harald K
  • 26,314
  • 7
  • 65
  • 111
raffian
  • 31,267
  • 26
  • 103
  • 174

1 Answers1

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