kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Allow null replicas in RequestPartition

Open leizor opened this issue 1 year ago • 1 comments

The replicas slice was declared as an empty slice which precludes passing a nil slice in the case of wanting to cancel an ongoing assignment.

leizor avatar Mar 05 '24 18:03 leizor

The TestReaderReadCompactedMessage test is failing but it passes on my local machine and I think is unrelated to the change in this PR.

leizor avatar Mar 05 '24 18:03 leizor