-
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.
67028: changefeedccl: implement concurrent execution for webhook sink r=spiffyyeng a=spiffyyeng Previously, messages sent to the webhook sink were sent synchronously one after another. This change improves performance by using concurrent worker goroutines to send sink messages while maintaining ordering guarantees. Release note: None Co-authored-by: Ryan Min <ryanmin42@gmail.com>
- Loading branch information
Showing
5 changed files
with
379 additions
and
200 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
Oops, something went wrong.