You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2019/03/06 18:58:00 UTC

[jira] [Resolved] (KAFKA-8006) Guard calls to init() and close() within user code

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

Matthias J. Sax resolved KAFKA-8006.
------------------------------------
       Resolution: Fixed
         Assignee: Sophie Blee-Goldman
    Fix Version/s: 2.3.0

> Guard calls to init() and close() within user code
> --------------------------------------------------
>
>                 Key: KAFKA-8006
>                 URL: https://issues.apache.org/jira/browse/KAFKA-8006
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Matthias J. Sax
>            Assignee: Sophie Blee-Goldman
>            Priority: Major
>              Labels: beginner, newbie
>             Fix For: 2.3.0
>
>
> When using a global state store within the provided Processor, the user is able to call init() and close() on the state stores. Those APIs should only be called by Kafka Streams runtime but not by the user.
> We should guard those APIs so that the user cannot call them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)