You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "James Cheng (JIRA)" <ji...@apache.org> on 2018/05/30 21:10:00 UTC

[jira] [Created] (KAFKA-6970) Kafka streams lets the user call init() and close() on a state store, when inside Processors

James Cheng created KAFKA-6970:
----------------------------------

             Summary: Kafka streams lets the user call init() and close() on a state store, when inside Processors
                 Key: KAFKA-6970
                 URL: https://issues.apache.org/jira/browse/KAFKA-6970
             Project: Kafka
          Issue Type: Bug
            Reporter: James Cheng


When using a state store within Transform (and Processor and TransformValues), the user is able to call init() and close() on the state stores. Those APIs should only be called by kafka streams itself.

If possible, it would be good to guard those APIs so that the user cannot call them.



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