Matthias J. Sax created KAFKA-8006:
--------------------------------------
Summary: 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
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)