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

Ponder switching FTL keys to typeid #1190

Closed
alecthomas opened this issue Apr 7, 2024 · 1 comment
Closed

Ponder switching FTL keys to typeid #1190

alecthomas opened this issue Apr 7, 2024 · 1 comment
Labels
triage Issue needs triaging

Comments

@alecthomas
Copy link
Collaborator

alecthomas commented Apr 7, 2024

typeid is a format for typed UUIDs. It's relatively compact (prefix + 27 characters) and has libraries in many languages including direct support in Postgres.

This would replace the custom key formats we use for controllers, runners, and so on.

@github-actions github-actions bot added the triage Issue needs triaging label Apr 7, 2024
@alecthomas alecthomas mentioned this issue Apr 6, 2024
@alecthomas alecthomas changed the title Ponder switching to FTL keys to typeid Ponder switching FTL keys to typeid Apr 7, 2024
@alecthomas
Copy link
Collaborator Author

Our keys convey quite a bit more information than typeid, so let's keep them for now. Specifically, host + port information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issue needs triaging
Projects
None yet
Development

No branches or pull requests

1 participant