Re: haproxy 2.4 and Kafka sink/source connector issues

2023-08-01 Thread Willy Tarreau
On Tue, Aug 01, 2023 at 08:38:24PM -0700, David Greenwald wrote: > Thanks for the response! That seems unlikely, we're doing an httpchk > to the clustercheck > utility > > following the pxc reference architecture, so

Re: haproxy 2.4 and Kafka sink/source connector issues

2023-08-01 Thread David Greenwald
Thanks for the response! That seems unlikely, we're doing an httpchk to the clustercheck utility following the pxc reference architecture, so not actually making a direct database request from haproxy. We're also

Re: haproxy 2.4 and Kafka sink/source connector issues

2023-08-01 Thread Willy Tarreau
Hi David, On Tue, Aug 01, 2023 at 05:11:48PM -0700, David Greenwald wrote: > Hi all, > > Looking for some help with a networking issue we've been debugging for > several days. We use haproxy to TCP load-balance between Kafka Connectors > and a Percona MySQL cluster. In this set-up, the

Re: haproxy 2.4 and Kafka sink/source connector issues

2023-08-01 Thread Brendan Kearney
hey, first, use "option mysql-check", for better service checking. you'll have to add a user and access to the database, and the howto is in the configuration.txt file (https://www.haproxy.org/download/2.1/doc/configuration.txt).  the "option httpchk" is doing you nothing because the backend

haproxy 2.4 and Kafka sink/source connector issues

2023-08-01 Thread David Greenwald
Hi all, Looking for some help with a networking issue we've been debugging for several days. We use haproxy to TCP load-balance between Kafka Connectors and a Percona MySQL cluster. In this set-up, the connectors (i.e., Java JDBC) maintain long-running connections and read the database binlogs.