-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapter: fork old implementations for
SUBSCRIBE
paths
Fork the old implementations of `Coordinator::sequence_subscribe` by duplicating code and dispatching between the old and the new code path based on the value of the `enable_unified_optimizer_api` feature flag. At the moment the two code paths are still identical, but this will change with the next commit. See the rollout proposal in #20569 for details.
- Loading branch information
1 parent
adb4642
commit 921135f
Showing
3 changed files
with
239 additions
and
11 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