ezhou413 commented on code in PR #21617:
URL: https://github.com/apache/kafka/pull/21617#discussion_r2908746830
##########
streams/src/main/java/org/apache/kafka/streams/state/internals/InMemorySessionStore.java:
##########
@@ -381,6 +381,13 @@ public void close() {
open = false;
}
+ long approximateNumEntries() {
Review Comment:
I was trying to add `approximateNumEntries` into the public interface, but
realized that requires a KIP and forgot to change the name after that. I'll
shorten this to `numEntries`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]