-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#25381] CDC: Virtual WAL changes to send LSN values depending on LSN…
… type Summary: This diff adds the support to CDC service and virtual WAL to send records with LSN values depending on the LSN type. If LSN type is * `SEQUENCE` then send the standard LSN values. * `HYBRID_TIME` then send the commit time of each record as the LSN values. Jira: DB-14611 Test Plan: Run existing tests. Reviewers: siddharth.shah, sumukh.phalgaonkar, xCluster, hsunder, skumar, stiwary Reviewed By: skumar Subscribers: svc_phabricator, yql, ybase, ycdcxcluster Differential Revision: https://phorge.dev.yugabyte.com/D38886
- Loading branch information
1 parent
da72841
commit ec49a06
Showing
4 changed files
with
58 additions
and
5 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
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