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

[FORWARD-PORT 4.0.z] Introduce NODE_AWARE partitioning group type #17913

Merged

Commits on Dec 1, 2020

  1. Introduce NODE_AWARE partitioning group type

    For Kubernetes based environments, user might want to store their backups at another Kubernetes node.
    They can easily decide which pod will be runing on which node via defining labels or node-selector.
    To satisfy these kind of specific requirements, NODE_AWARE partition group type is introduced.
    Newly created NodeAwareMemberGroupFactory class is just simplified version of ZoneAwareMemberGroupFactory.
    hasancelik committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    eceff86 View commit details
    Browse the repository at this point in the history