smjn opened a new pull request, #23119:
URL: https://github.com/apache/kafka/pull/23119

   There were 2 occurrences where topicId (a Uuid) was being compared using 
operator comparison (`!=`). This is an issue since Uuid is a user defined type 
defining its own equals.
   This PR remedies the issue and adds a test to catch regressions. 


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

Reply via email to