cadonna commented on PR #12809: URL: https://github.com/apache/kafka/pull/12809#issuecomment-1539552693
@vepo The memory leaks are fixed in the following PRs: https://github.com/apache/kafka/pull/12935 https://github.com/apache/kafka/pull/12959 Without those fixes we would have reverted this PR. There should not be any memory leaks caused by Kafka Streams anymore. If there are any, please open a ticket and/or provide a fix. A popular root cause of memory leaks is not closing iterators or other RocksDB objects. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org