mumrah commented on code in PR #17913:
URL: https://github.com/apache/kafka/pull/17913#discussion_r1854046944
##########
core/src/test/scala/unit/kafka/server/DynamicConfigChangeTest.scala:
##########
@@ -149,35 +136,6 @@ class DynamicConfigChangeTest extends
KafkaServerTestHarness {
assertTrue(log.logSegments.stream.allMatch(_.size > 1000), "Log segment
size change not applied")
}
- @nowarn("cat=deprecation")
- @ParameterizedTest
- @ValueSource(strings = Array("zk"))
- def testMessageFormatVersionChange(quorum: String): Unit = {
Review Comment:
Why didn't we port this one to KRaft? Is it because we are always on record
version 2 now?
--
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]