Alyssa Huang
Alyssa Huang
fix for https://confluentinc.atlassian.net/browse/KREST-2521 passing jenkins job - https://jenkins.confluent.io/job/Confluentinc%20Contributors/job/kafka-rest/job/PR-911/7/
Converting DeleteTopicTest, DeleteTopicsRequestWithDeletionDisabledTest, and RackAwareAutoTopicCreationTest to run in KRaft mode. Added unit tests to StripedReplicaPlacerTest to ensure even leadership distribution (at least for large number of partitions). ### Committer Checklist...
Opened from https://github.com/apache/kafka/pull/12479 when converting `RackAwareAutoTopicCreationTest.scala` showed that even leader distribution is not guaranteed by StripedReplicaPlacer. These tests were added mainly to demonstrate this behavior, especially at low partition counts....
### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...
More commit history and comments from https://github.com/apache/kafka/pull/14206 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build...
If there are more deletion filters after we initially hit the `MAX_RECORDS_PER_USER_OP` bound, we will add an additional deletion record ontop of that for each additional filter. The current error...