DSingh0304 commented on issue #2986:
URL: 
https://github.com/apache/apisix-dashboard/issues/2986#issuecomment-3659212748

   Thanks @Baoyuantop  Great points about the edge cases.
   
   I agree that `oneOf`/`anyOf` and conditional rendering (dependencies) are 
the critical challenges for a Custom Adapter. I'll specifically focus the POC 
on demonstrating:
   
   1. **Complex Schema Handling:**
      - `oneOf` scenarios 
      - `dependencies` 
   
   2. **Performance Optimization:**
      - Memoization strategies for recursive components
      - Testing with deeply nested plugin configurations
   
   I'll find real APISIX plugin schemas that use these patterns (looks like 
`authz-keycloak` and `openid-connect` have `oneOf`) and build the POC around 
those.
   
   I'll share the POC demo + performance analysis soon. Thanks for the guidance!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to