Skip to content

DOCSP-47065: Load balancing #257

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

Open
wants to merge 4 commits into
base: comp-cov
Choose a base branch
from

Conversation

norareidy
Copy link
Contributor

@norareidy norareidy commented May 23, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-47065

Staging Links

  • connect/connection-options
  • crud/read-write-pref
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?
    • Are the page titles greater than 20 characters long and SEO relevant?
    • Did you add redirects?

    Copy link

    netlify bot commented May 23, 2025

    Deploy Preview for docs-php-library ready!

    Name Link
    🔨 Latest commit f75bc75
    🔍 Latest deploy log https://app.netlify.com/projects/docs-php-library/deploys/68386b1ad8cfab00082e5655
    😎 Deploy Preview https://deploy-preview-257--docs-php-library.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify project configuration.

    Copy link
    Contributor

    @rustagir rustagir left a comment

    Choose a reason for hiding this comment

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

    approving but can take another look if needed!

    Comment on lines 251 to 252
    distribute these requests across multiple servers, which avoids overwhelming
    any one server and ensures optimal performance.
    Copy link
    Contributor

    Choose a reason for hiding this comment

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

    Suggested change
    distribute these requests across multiple servers, which avoids overwhelming
    any one server and ensures optimal performance.
    distribute these requests across multiple servers to avoid overwhelming
    any one server and ensure optimal performance.

    distribute these requests across multiple servers, which avoids overwhelming
    any one server and ensures optimal performance.

    When connecting to a sharded cluster, the {+library-short+} determines the closest mongos
    Copy link
    Contributor

    Choose a reason for hiding this comment

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

    Suggested change
    When connecting to a sharded cluster, the {+library-short+} determines the closest mongos
    When connecting to a sharded cluster, the {+library-short+} determines the closest ``mongos``

    Copy link
    Contributor

    Choose a reason for hiding this comment

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

    Applies to all usages

    Comment on lines 268 to 274
    .. tip::

    To learn more about load balancing, see :manual:`Sharded Cluster Balancer
    </core/sharding-balancer-administration/>` in the {+mdb-server+} manual.

    To learn how to customize the library's server selection behavior, see
    :ref:`php-selection-discovery-options` in the Specify Connection Options guide.
    Copy link
    Contributor

    Choose a reason for hiding this comment

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

    S: indent one more space

    @norareidy norareidy requested review from a team and GromNaN and removed request for a team May 29, 2025 14:13
    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