Yelp / kafka-utils

Apache License 2.0
313 stars 127 forks source link

Fix missing rf_mismatch arg in process_assignment call #257

Closed lennrt closed 4 years ago

lennrt commented 4 years ago

Context

This will allow us to (actually) ignore errors of the form Mismatch in replication-factor of partitions. This is particularly useful when issuing commands to recover from incidents related to https://issues.apache.org/jira/browse/KAFKA-8733.

Changes

Testing Done

make test passes

lennrt commented 4 years ago

Released in https://github.com/Yelp/kafka-utils/releases/tag/v3.7.1