FHIR Chat · polling · bulk data

Stream: bulk data

Topic: polling


view this post on Zulip David Hay (Jan 28 2019 at 22:26):

Has any thought been given to providing a notification of extract completion after the kickoff request - rather than the client needing to poll the server? eg the client supplies a 'callback' url for the server to use...

view this post on Zulip Grahame Grieve (Jan 28 2019 at 22:29):

not but I'd rather use SSE on the status poll

view this post on Zulip David Hay (Jan 28 2019 at 22:38):

SSE?

view this post on Zulip Isaac Vetter (Jan 28 2019 at 22:40):

https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events

view this post on Zulip Isaac Vetter (Jan 28 2019 at 22:42):

Unlike many other SSE scenarios, it seems unlikely that bulk data clients would be apps in browsers. (Here's wikipedia's reasonably long listing of SSE libraries).

view this post on Zulip David Hay (Jan 28 2019 at 23:13):

thanks!


Last updated: Apr 12 2022 at 19:14 UTC