You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Nikolay Izhikov (Jira)" <ji...@apache.org> on 2020/05/13 08:24:00 UTC

[jira] [Created] (KAFKA-9986) Checkpointing API for State Stores

Nikolay Izhikov created KAFKA-9986:
--------------------------------------

             Summary: Checkpointing API for State Stores
                 Key: KAFKA-9986
                 URL: https://issues.apache.org/jira/browse/KAFKA-9986
             Project: Kafka
          Issue Type: New Feature
            Reporter: Nikolay Izhikov


The parent ticket is KAFKA-3184.

The goal of this ticket is to provide a general checkpointing API for state stores in Streams (not only for in-memory but also for persistent stores), where the checkpoint location can be either local disks or remote storage. 

Design scope is primarily on:

  # the API design for both checkpointing as well as loading checkpoints into the local state stores
  # the mechanism of the checkpointing, e.g. whether it should be async? whether it should be executed on separate threads? etc. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)