[ https://issues.apache.org/jira/browse/KNOX-3065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900779#comment-17900779 ]
ASF subversion and git services commented on KNOX-3065: ------------------------------------------------------- Commit 58dd02b02c62b4bb5f54edd9d91ff29d4d616fb2 in knox's branch refs/heads/dependabot/maven/org.apache.derby-derby-10.17.1.0 from hanicz [ https://gitbox.apache.org/repos/asf?p=knox.git;h=58dd02b02 ] KNOX-3065: SSE support for Knox (#947) > Support Server Sent Events (SSE) in Knox > ---------------------------------------- > > Key: KNOX-3065 > URL: https://issues.apache.org/jira/browse/KNOX-3065 > Project: Apache Knox > Issue Type: New Feature > Components: Server > Affects Versions: 2.1.0 > Reporter: Tamás Hanicz > Priority: Major > Fix For: 2.1.0 > > Time Spent: 3h > Remaining Estimate: 0h > > Currently Knox is not working with SSE. In case of SSE the response header > contains Content-Type = text/event-stream, in which case the server will send > messages terminated by \n\n. Knox should send these messages to the client as > they arrive. Currently Knox collects them all, and once the server closes the > connection sends all of them concatenated to each other to the client. > Requirement: > * Full support in Knox for Server Sent Events. > Definition of done: > * Clients can connect to SSE endpoints in the backend via Knox. > * Server Sent Events > ([https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events]) > are forwarded by Knox from the server to the client as soon as they are > received. -- This message was sent by Atlassian Jira (v8.20.10#820010)