ks-devops
ks-devops copied to clipboard
Request to add websocket support for some list requests
trafficstars
What is version of KubeSphere DevOps has the issue?
none
How did you install the Kubernetes? Or what is the Kubernetes distribution?
No response
Describe this feature
People might expect to have the live data on some list pages. It's not a good practice to send too many API requests for that.
As I mentioned in the title. With the help of the WebSocket, users can have a better experience.
Additional information
Potentially, we can use the following Golang library.
- https://github.com/gorilla/websocket
related to: https://github.com/kubesphere/ks-devops/issues/508
After update jenkinsfile or json, will async update pipeline cr.
After updated, need to send websocket to frontend.