Kamal Chandraprakash created KAFKA-19323: --------------------------------------------
Summary: RemoteTopicCrudTest to use containsKey for topic config checks Key: KAFKA-19323 URL: https://issues.apache.org/jira/browse/KAFKA-19323 Project: Kafka Issue Type: Task Reporter: Kamal Chandraprakash In RemoteTopicCrudTest#verifyRemoteLogTopicConfigs, we use `contains` instead of `containsKey` so the assertions are not properly enforced. https://sourcegraph.com/github.com/apache/kafka/-/blob/core/src/test/scala/integration/kafka/admin/RemoteTopicCrudTest.scala?L550 -- This message was sent by Atlassian Jira (v8.20.10#820010)