ShreyasGhodke commented on issue #3205: URL: https://github.com/apache/apisix-dashboard/issues/3205#issuecomment-4063294519
Thanks for the detailed implementation and explanation! @DSingh0304 I had a small design question regarding the hybrid filtering approach. Since client-side filtering requires fetching the full dataset when users search by fields other than `name`, do you think it might make sense to introduce a lightweight server-side filtering layer in the dashboard backend in the future? For example, the dashboard could proxy search parameters and apply filtering before returning results to the UI. This might help reduce payload size when clusters contain hundreds or thousands of routes. I'm currently exploring the dashboard architecture to understand where such filtering logic could live (service layer vs API adapter). Any thoughts from maintainers on whether server-side filtering in the dashboard backend would be preferable long term? Thanks again for the work on this! -- 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]
