[ 
https://issues.apache.org/jira/browse/KAFKA-9986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nikolay Izhikov updated KAFKA-9986:
-----------------------------------
    Description: 
The parent ticket is KAFKA-3184.

The goal of this ticket is to provide a general snapshotting API for state 
stores in Streams (not only for in-memory but also for persistent stores), 
where the snapshot 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.

  was:
The parent ticket is KAFKA-3184.

The goal of this ticket is to provide a general snapshotting 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.


> Snapshotting 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
>            Assignee: Nikolay Izhikov
>            Priority: Major
>              Labels: need-kip, streams
>
> The parent ticket is KAFKA-3184.
> The goal of this ticket is to provide a general snapshotting API for state 
> stores in Streams (not only for in-memory but also for persistent stores), 
> where the snapshot 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)

Reply via email to