joshelser edited a comment on pull request #60:
URL: 
https://github.com/apache/phoenix-queryserver/pull/60#issuecomment-833183046


   ```
   global
     maxconn 256
   defaults
     mode http
     timeout connect 5000ms
     timeout client 60000ms
     timeout server 60000ms
   frontend http-in
     bind  *:8080
     default_backend servers
   backend servers
     balance roundrobin
     cookie PQS-SESSION insert indirect nocache
     server queryserver1 localhost:8765 check cookie queryserver1
     server queryserver2 localhost:8766 check cookie queryserver2
   ```
   
   Used the above HAProxy configuration to validate that this actually works 
against my local machine with a basic `select * from TABLE` in Python


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to