mrinalsharma commented on issue #563: URL: https://github.com/apache/camel-karavan/issues/563#issuecomment-1377917455
Websocket is near real-time communication. Websocket connection starts as an HTTP connection so I don't think SSO should be an issue. Supporting WebSocket will be useful if in the future there is a plan to send more types of real-time data from server to WebApp. e.g 1. Sending real-time route data flow packets and changing color on UI graph edges. 2. Supporting components like debug component, which can be added within the flow to check real-time data. The log component can display packets it receives on the WebApp debug window. Yes, I agree It may be overkill for just POD logs, but if there will be a need to send near real-time data to WebApp then we should think of using Websocket. Do you think creating a POC will be useful? -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org