-
Notifications
You must be signed in to change notification settings - Fork 74
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 multi-partition topic.
- Loading branch information
Mátyás Kuti
committed
Jan 10, 2024
1 parent
7fde318
commit 80f07dc
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters