guozhangwang commented on a change in pull request #11609: URL: https://github.com/apache/kafka/pull/11609#discussion_r791262134
########## File path: streams/src/test/java/org/apache/kafka/streams/integration/NamedTopologyIntegrationTest.java ########## @@ -635,6 +710,19 @@ public void shouldWaitForMissingInputTopicsToBeCreated() throws Exception { } } + /** + * @return true iff the metadata contents of each StreamsMetadata object are equal, ie all fields except + * for the topologyName + */ + private static boolean metadataIsEqual(final StreamsMetadata left, final StreamsMetadata right) { Review comment: Should we check topology name from casting to Impl as well? -- 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