TREEcg / event-stream-client

Deprecated! Use the rdf-connect/ldes-client instead
https://github.com/rdf-connect/ldes-client
Other
14 stars 9 forks source link

Fixed #25: implements read function, implementing back-pressure #26

Closed pietercolpaert closed 3 years ago

pietercolpaert commented 3 years ago

Now uses the _read function, and buffers up to 1000 members in memory and then stops loading the LDES further until the buffer has less than 1000 objects again

pietercolpaert commented 3 years ago

@brechtvdv Will now not wait until buffer is full to emit members.