-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[api] Allow setting static external coordinator (#242)
We allow changing the selector that the coordinator service uses, enabling users to control their M3DB clusters with coordinators that live outside the cluster. This improves the ability to use out-of-cluster coordinators, but has the limitation that the coordinator must be in the same namespace as the cluster. This PR extends external coordinator support to allow configuring a static endpoint. This allows the user to manage the cluster with a coordinator in a different namespace, i.e. `global-coordinator.$OTHER_NS:7201`.
- Loading branch information
Showing
4 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters