How to correctly implement the control API. #12505
Replies: 1 comment
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement a custom control API, and the related configuration seems to be fine. It feels like the interface is not registering. I checked the logs, and the init method executes normally, but the control_api() function is not being executed. What should I do? The code is as follows:

Beta Was this translation helpful? Give feedback.
All reactions