Skip to content

Commit

Permalink
Remove CooperativeStickyAssignor again
Browse files Browse the repository at this point in the history
More work is needed to make CooperativeStickyAssignor work for transactional producers.
  • Loading branch information
erikvanoosten committed Dec 22, 2023
1 parent 317102d commit 8132e48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1368,8 +1368,8 @@ object ConsumerSpec extends ZIOSpecDefaultSlf4j with KafkaRandom {

// Test for both default partition assignment strategies
Seq(
testForPartitionAssignmentStrategy[RangeAssignor],
testForPartitionAssignmentStrategy[CooperativeStickyAssignor]
testForPartitionAssignmentStrategy[RangeAssignor]
// testForPartitionAssignmentStrategy[CooperativeStickyAssignor] // TODO not yet supported
)

}: _*),
Expand Down

0 comments on commit 8132e48

Please sign in to comment.