-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What? Why? Who?
Clients should get the information what tick the queried event logs are valid for so that they know, how recent the data is.
Acceptance Criteria
- Return the last processed event log tick number in the search response.
- Return last processed event log in the getLastProcessedTick endpoint.
Scope
- Event log queries
Open question
- Should we error, if the queried tick is larger than the last processed event log tick?
Technical Sketch (How?)
Needs changes in the ingestion pipeline and status service. We get the data from the status service.
Prerequisites
- Needs publishing of last processed event log tick in the ingestion pipeline (probably at the consumer, for example with a last log flag).
- Needs changes to the status service or a similar solution for event logs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
π Ready