Skip to content

Connector incremental sync + conflict resolution strategies #5

Description

@fuseraft

From the roadmap in docs/features/connectors.md (Short Term, v0.2–0.3): "Incremental sync mode" and "Conflict resolution strategies" are listed independently of any single connector — this is shared infrastructure, not per-connector logic.

Scope:

  • A generic delta/incremental sync mode that connectors can opt into, so re-running a connector only fetches/re-ingests content that changed upstream since the last sync
  • A conflict resolution strategy for when a source document has changed upstream and the corresponding concept has been curated/modified locally (e.g. last-write-wins, prefer-local, prefer-remote, or flag-for-review)

This underpins delta sync for the SharePoint and Confluence connectors (#2, #3) and should land alongside or shortly after the connector plugin architecture (#1).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions