Due to the huge QPS load on Zabbix APIs, we are trying to scale out the Zabbix frontend (FE) PHP against one single Zabbix backend (BE) server. These multiple FEs would be deployed on different servers, but connecting to the same Database (MySQL) and BE (port 10051).
I have 2 such FE configured,...