How to correctly implement the control API. #12505
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
To correctly implement a custom control API in APISIX, your plugin should export a If your If all of the above are correct, enable debug logs and check for errors about plugin or control API registration in the APISIX logs. This will help pinpoint if the plugin is loaded and the control API is registered at runtime source. Let me know if you want to dig into your config or logs for more targeted troubleshooting. To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
Please refer to apisix/apisix/plugins/example-plugin.lua Line 133 in 7770483 apisix/apisix/discovery/consul/init.lua Line 410 in 7770483 |
Beta Was this translation helpful? Give feedback.
Please refer to
apisix/apisix/plugins/example-plugin.lua
Line 133 in 7770483
apisix/apisix/discovery/consul/init.lua
Line 410 in 7770483