Hello everybody,
I am seeing influxdb high availability page: Relay | InfluxData Documentation Archive
The page mention a load balancer tool that distribute difference requirements to relay or influxdb. If write or UDP requirements, send them to influxdb relay. if query requirements, send them to influxdb directly.
My questions are:
- Influxdata have the load balancer tool plugin? if so, how to get and use it?
- Can we use HAproxy as the load balancer tool? If so, how to filter the requirement? just by their difference requirement route?
Thanks a lot.
Ray