You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a custom balancer like mqtt_custom.lua and placed it in the apisix/balancer directory, hoping to use it with mqtt-proxy plugin, but it didn't work. I see
user-defined load balancer loaded via require("apisix.balancer.your_balancer")
in the document, but the specifics are missing. Are there any relevant examples I can refer to?
APISIX version (run apisix version): 3.9.1 (docker-compose deployed)
Operating system (run uname -a): Linux 59018549cd9d 6.1.21.2-microsoft-standard-WSL2+ change: added an example of plugin. #2 SMP Wed Dec 4 10:45:58 CST 2024 x86_64 GNU/Linux
OpenResty / Nginx version (run openresty -V or nginx -V):nginx version: openresty/1.25.3.1
The text was updated successfully, but these errors were encountered:
Description
I wrote a custom balancer like
mqtt_custom.lua
and placed it in theapisix/balancer
directory, hoping to use it with mqtt-proxy plugin, but it didn't work. I seein the document, but the specifics are missing. Are there any relevant examples I can refer to?
Environment
apisix version
): 3.9.1 (docker-compose deployed)uname -a
): Linux 59018549cd9d 6.1.21.2-microsoft-standard-WSL2+ change: added an example of plugin. #2 SMP Wed Dec 4 10:45:58 CST 2024 x86_64 GNU/Linuxopenresty -V
ornginx -V
):nginx version: openresty/1.25.3.1The text was updated successfully, but these errors were encountered: