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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16786018#comment-16786018 ] 

ASF GitHub Bot commented on KAFKA-8006:
---------------------------------------

mjsax commented on pull request #6353: KAFKA-8006: Guard calls to init and close from global processor
URL: https://github.com/apache/kafka/pull/6353
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> 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
>            Priority: Major
>              Labels: beginner, newbie
>
> 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)