Stream: bulk data
Topic: polling
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...
Grahame Grieve (Jan 28 2019 at 22:29):
not but I'd rather use SSE on the status poll
David Hay (Jan 28 2019 at 22:38):
SSE?
Isaac Vetter (Jan 28 2019 at 22:40):
https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events
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).
David Hay (Jan 28 2019 at 23:13):
thanks!
Last updated: Apr 12 2022 at 19:14 UTC