cmccabe commented on code in PR #17913:
URL: https://github.com/apache/kafka/pull/17913#discussion_r1854360443
##########
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:
correct. we don't support record version 0 and 1 on kraft (never did)
--
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]