[ 
https://issues.apache.org/jira/browse/YUNIKORN-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Bacsko resolved YUNIKORN-1710.
------------------------------------
    Resolution: Won't Do

Closing this ticket. We don't need websockets, just use chunked encoding. There 
are techniques like XHR streaming, Server-sent events (maybe there are others). 
We don't need bidirectional communication. If, for some reason, this turns out 
to be wrong, we'll reopen this.

> Handle event streaming clients with websocket
> ---------------------------------------------
>
>                 Key: YUNIKORN-1710
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1710
>             Project: Apache YuniKorn
>          Issue Type: Sub-task
>          Components: core - scheduler
>            Reporter: Peter Bacsko
>            Assignee: Peter Bacsko
>            Priority: Major
>
> We cannot serve event streaming clients with a regular HTTP connection. We 
> need to keep the connection open and regularly flush the output after sending 
> out each event. This requires websockets.
> Scope of this JIRA:
> * add new endpoint for streaming
> * set up websocket connection
> * register a new listener to the event handlers so we can receive every update



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to