Fix bug in Consumer::addPartitionAtOffset
Created by: SkyToGround
Description of work
- The
assign
call replaces topic-partitions instead of adding new ones. Thus when previously callingaddPartitionAtOffset
, you removed previous assignments. This PR fixes that.