We have been importing the events from the various streaming APIs without issue for several months now without any issues, that is, until this morning.
There are missing timepoints in the Insolvency-Cases API, the issue appears to be still current when downloading the most recent 100 events (at time of writing) from companies[dot]stream/samples
The first missing timepoint we have recorded was: 2332703, then 2332708, 2332710 and so on.
I have also noticed a gap larger than one for the missing timepoints: 2332963 - 2332965.
Also replicated via cURL:
curl --location ‘…insolvency-cases?timepoint=2332702’
–header ‘Authorization: xxx’
Happy to be corrected if doing something wrong or misunderstood, but we make the assumption that the timepoints are always incremental (with occasional duplicates to sometimes rarely occur).