Adds a stream API so that we can now stream server-side events to SDK's.
Adds a stream flag API that uses stream SPI so that we can now stream flags to SDK's.
The flow of execution is complex due to the nature of async everything related to SSE.
Some doc that may help out understanding the flows.
Checklist
[x] Does your PR title have the correct title format?
Summary
Adds a stream API so that we can now stream server-side events to SDK's. Adds a stream flag API that uses stream SPI so that we can now stream flags to SDK's.
The flow of execution is complex due to the nature of async everything related to SSE. Some doc that may help out understanding the flows.
Checklist