Kafka-Streams-Real-time-Stream-Processing
Kafka-Streams-Real-time-Stream-Processing copied to clipboard
adding iterator closing in punctuator to fix potential memory leak
trafficstars
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.