You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/04/15 22:51:00 UTC

[jira] [Commented] (KAFKA-7885) Streams: TopologyDescription violates equals-hashCode contract.

    [ https://issues.apache.org/jira/browse/KAFKA-7885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17084427#comment-17084427 ] 

ASF GitHub Bot commented on KAFKA-7885:
---------------------------------------

mjsax commented on pull request #6210: KAFKA-7885: TopologyDescription violates equals-hashCode contract.
URL: https://github.com/apache/kafka/pull/6210
 
 
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Streams: TopologyDescription violates equals-hashCode contract.
> ---------------------------------------------------------------
>
>                 Key: KAFKA-7885
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7885
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>            Reporter: Piotr Fras
>            Assignee: Piotr Fras
>            Priority: Minor
>              Labels: user-experience
>
> As per JavaSE documentation:
> > If two objects are *equal* according to the *equals*(Object) method, then calling the *hashCode* method on each of the two objects must produce the same integer result.
>  
> This is not the case for TopologyDescription.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)