frankvicky commented on code in PR #16359:
URL: https://github.com/apache/kafka/pull/16359#discussion_r1642612546


##########
streams/src/main/java/org/apache/kafka/streams/state/internals/ContextualRecord.java:
##########
@@ -64,9 +64,14 @@ public boolean equals(final Object o) {
             Objects.equals(recordContext, that.recordContext);
     }
 
+    /**
+     * See {@link ProcessorRecordContext#hashCode()}
+     */
+    @Deprecated
     @Override
     public int hashCode() {
-        return Objects.hash(value, recordContext);

Review Comment:
   Ok, I will add a test for it 😃 



-- 
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

Reply via email to