seung-00 opened a new pull request, #5060: URL: https://github.com/apache/zeppelin/pull/5060
### What is this PR for? This PR removes usage of the configuration API via WebSocket in the frontend. The configuration API exists in both WS and REST, but unlike other APIs, it doesn’t seem to need two separate channels. Maintaining both surfaces increases maintenance cost, so this PR unifies them by keeping only the REST API. ### What type of PR is it? Improvement ### Todos * [ ] - [ZEPPELIN-6313](https://issues.apache.org/jira/browse/ZEPPELIN-6313) Drop configuration WS endpoint in backend ### What is the Jira issue? * [ZEPPELIN-6312](https://issues.apache.org/jira/browse/ZEPPELIN-6312) ### How should this be tested? * Check the configuration page (/configuration) * Check the notebook page (/notebook/{notebook_id}) ### Screenshots (if appropriate) ### Questions: * Does the license files need to update? M * Is there breaking changes for older versions? N * Does this needs documentation? N -- 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: reviews-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org