Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions source/reference/api/start.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ Response:
Start Sync from Replica Set to Sharded Cluster
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The following example starts a sync job between the replica set ``cluster0`` and the
sharded cluster ``cluster1``. The source cluster is ``cluster0`` and the destination
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The two first sentences here can be condensed

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I see that's the case everywhere else. I'll leave it up to you about if we should change it, but it seems like it should be condensed throughout the page into one sentence

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good callout! I agree, I'll go in and condense all the descriptions to ensure consistency

cluster is ``cluster1``. The ``key`` array in this example defines the shard key ``{"location": 1, "region": 1 }``.

Request:

.. literalinclude:: /includes/api/requests/start-rs-shard.sh
Expand Down