-
Notifications
You must be signed in to change notification settings - Fork 521
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
[Doc] Add documentation for remote cluster connection mode for CCR #6920
Conversation
Signed-off-by: Sanjay Kumar <sanjay.kumar_p@nokia.com>
Signed-off-by: Sanjay Kumar <sanjay.kumar_p@nokia.com>
Thanks so much for creating this PR, @skumarp7! I will start the review process. |
@ankitkala can you take a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doc review is complete. Once the edits are reviewed and accepted, I'll move this forward to editorial review. Thank you, Melissa
Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com>
Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com>
Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com>
Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -162,6 +168,25 @@ curl -XPUT -k -H 'Content-Type: application/json' -u 'admin:<custom-admin-passwo | |||
}' | |||
``` | |||
|
|||
|
|||
In proxy mode, the follower cluster establishes a remote connection to the leader cluster by specifying a name and a single proxy address. During the connection setup, a configurable number of socket connections are opened to the provided proxy address. The proxy's responsibility is to direct these connections to the appropriate nodes in the leader cluster. Unlike other connection modes, proxy mode does not require the nodes in the leader cluster to have publicly accessible publish addresses. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In proxy mode, the follower cluster establishes a remote connection to the leader cluster by specifying a name and a single proxy address. During the connection setup, a configurable number of socket connections are opened to the provided proxy address. The proxy's responsibility is to direct these connections to the appropriate nodes in the leader cluster. Unlike other connection modes, proxy mode does not require the nodes in the leader cluster to have publicly accessible publish addresses. | |
In proxy mode, the follower cluster establishes a remote connection to the leader cluster by specifying a name and a single proxy address. During the connection setup, a configurable number of socket connections to the provided proxy address are opened. The proxy's responsibility is to direct these connections to the appropriate nodes in the leader cluster. Unlike other connection modes, proxy mode does not require the nodes in the leader cluster to have publicly accessible publish addresses: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed editorial feedback. Permission to push line 172 change is blocked. Will open new PR to make that change.
…6920) * [Doc] Add documentation for remote cluster connection mode for CCR Signed-off-by: Sanjay Kumar <sanjay.kumar_p@nokia.com> * [Doc] Add documentation for remote cluster connection mode for CCR Signed-off-by: Sanjay Kumar <sanjay.kumar_p@nokia.com> * Update _tuning-your-cluster/replication-plugin/getting-started.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com> * Update _tuning-your-cluster/replication-plugin/getting-started.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com> * Update _tuning-your-cluster/replication-plugin/getting-started.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com> * Update _tuning-your-cluster/replication-plugin/getting-started.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com> --------- Signed-off-by: Sanjay Kumar <sanjay.kumar_p@nokia.com> Signed-off-by: Sanjay Kumar <93825455+skumarp7@users.noreply.github.com> Co-authored-by: Melissa Vagi <vagimeli@amazon.com> (cherry picked from commit 7725142) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR involves addition of documentation for remote cluster connection modes for CCR
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.