-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changefeedccl: Disable kafka batching retries
Kafka batch retry appears to be severely broken. Disable the logic by default, and ensure that errors are propagated immediately upon the next attempt to emit the message. Informs #90029 Release note (enterprise change): changefeed kafka sink no longer automatically retries when emitting message batch that gets rejected by the server. This is a temporary rollback of the functionality.
- Loading branch information
Yevgeniy Miretskiy
committed
Oct 16, 2022
1 parent
05ac355
commit a6daf16
Showing
3 changed files
with
7 additions
and
2 deletions.
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
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