Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove consumer assignment for backups
When instantiating the consumer we already a subscribe to the topic that is to be backed up (ie. __schemas). Using assign on top of that causes problems - once the assignment actually takes effect, the consumer starts to consume from the beginning, ultimately resulting in an `InconsistentOffset` error. The default subscribe is enough at the moment, as we do not support backing up a miltui-partition topic.
- Loading branch information