Why plugin system is designed as using schema.json? #5127
-
Problem: I am confused by why plugin system is designed as using file "api/conf/schema.json" instead of querying Documentation: FAQ/#4-after-modifying-the-plugin-schema-or-creating-a-custom-plugin-in-apache-apisix-why-cant-i-find-it-on-the-dashboard Code of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The Control Plane itself shouldn't reply on an API exposed by the Data Plane, and CP doesn't have to know where the DP(s) are deployed. Also, the Control APIs are designed to make some ops operation easy and they are helpful for troubleshooting. |
Beta Was this translation helpful? Give feedback.
The Control Plane itself shouldn't reply on an API exposed by the Data Plane, and CP doesn't have to know where the DP(s) are deployed.
Also, the Control APIs are designed to make some ops operation easy and they are helpful for troubleshooting.