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

Allow using server hostname as ID instead of UUID #469

Closed
kepstin opened this issue Mar 1, 2021 · 0 comments · Fixed by #470
Closed

Allow using server hostname as ID instead of UUID #469

kepstin opened this issue Mar 1, 2021 · 0 comments · Fixed by #470
Assignees

Comments

@kepstin
Copy link
Member

kepstin commented Mar 1, 2021

Opening an issue to track the feature request that was made in PR #205

When managing a larger cluster and wanting to take down specific hosts
or chunks, is it quite inconvenient to find out the specific IDs handed
out to servers in scalelite. Being able to use the domain names instead
would be much nicer.

Some design requirements:

  • This feature should be off by default, at least until a new "major" semver scalelite release, for compatibility reasons. (Enable via ENV variable.)
  • When using id values based on user-provided data, a uniqueness check needs to be performed on the id field. (This is currently skipped because the UUIDs are assumed to be unique).
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 a pull request may close this issue.

1 participant