Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBG-3703 create a basic bucket to bucket rosmar implementation #6761

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

torcolvin
Copy link
Collaborator

This implements the features of standard XDCR without mobile setting. Followup tickets will address handling of _vv and _mou entries.

This was reimplemented from #6746 with the same code but moved entirely into one repo. The rationale for moving into a single repo is to make modifications easier to work with. All code in xdcr package should be test-only code and we could name the package as such to reconcile that.

Pre-review checklist

  • Removed debug logging (fmt.Print, log.Print, ...)
  • Logging sensitive data? Make sure it's tagged (e.g. base.UD(docID), base.MD(dbName))
  • Updated relevant information in the API specifications (such as endpoint descriptions, schemas, ...) in docs/api

Integration Tests

@adamcfraser adamcfraser merged commit 3f79661 into main Apr 11, 2024
33 checks passed
@adamcfraser adamcfraser deleted the CBG-3703 branch April 11, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants