Kafka-Streams-Real-time-Stream-Processing icon indicating copy to clipboard operation
Kafka-Streams-Real-time-Stream-Processing copied to clipboard

adding iterator closing in punctuator to fix potential memory leak

Open vashistkamal11 opened this issue 5 years ago • 0 comments

Currently the way iteration through state store is suggested would result in memory leaks as the resources consumed by the iterator are never released. Making changes so iterator is closed after use which would prevent memory leak.

vashistkamal11 avatar Jul 29 '20 07:07 vashistkamal11