Description
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.
Attachments
Issue Links
- is related to
-
KAFKA-6970 Kafka streams lets the user call init() and close() on a state store, when inside Processors
- Resolved
- links to