Skip to content

Get last processed tick for event logsΒ #124

@qubicmio

Description

@qubicmio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    πŸ”– Ready

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions