# Events Store Examples (/sdks/kotlin/how-to/events-store)



Persistent pub/sub with replay and time-based subscription examples.

<Cards>
  <Card title="Persistent Pub/Sub" href="/sdks/kotlin/tutorials/persistent-pubsub">
    Basic persistent event publishing and subscribing
  </Card>

  <Card title="Cancel Subscription" href="/sdks/kotlin/how-to/events-store/cancel-subscription">
    Cancel an active events store subscription
  </Card>

  <Card title="Consumer Group" href="/sdks/kotlin/how-to/events-store/consumer-group">
    Load-balanced persistent event consumption
  </Card>

  <Card title="Replay from Sequence" href="/sdks/kotlin/how-to/events-store/replay-from-sequence">
    Replay events starting from a specific sequence number
  </Card>

  <Card title="Replay from Time" href="/sdks/kotlin/how-to/events-store/replay-from-time">
    Replay events starting from a specific timestamp
  </Card>

  <Card title="Start at Time Delta" href="/sdks/kotlin/how-to/events-store/start-at-time-delta">
    Subscribe to events from a relative time offset
  </Card>

  <Card title="Start from First" href="/sdks/kotlin/how-to/events-store/start-from-first">
    Replay the complete event history
  </Card>

  <Card title="Start from Last" href="/sdks/kotlin/how-to/events-store/start-from-last">
    Start from the last event plus new ones
  </Card>

  <Card title="Start New Only" href="/sdks/kotlin/how-to/events-store/start-new-only">
    Receive only new events after subscription
  </Card>

  <Card title="Stream Send" href="/sdks/kotlin/how-to/events-store/stream-send">
    High-throughput persistent event streaming
  </Card>
</Cards>
