adixitconfluent commented on code in PR #19148: URL: https://github.com/apache/kafka/pull/19148#discussion_r1986588598
########## server/src/main/java/org/apache/kafka/server/share/session/ShareSession.java: ########## @@ -110,25 +109,20 @@ public synchronized LastUsedKey lastUsedKey() { return new LastUsedKey(key, lastUsedMs); } - // Visible for testing - public synchronized long creationMs() { - return creationMs; - } Review Comment: yes -- 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