Skip to content

Prefix dev server cluster ID with 'dev-server-'#1059

Open
NasitSony wants to merge 3 commits into
temporalio:mainfrom
NasitSony:fix/dev-server-cluster-id-v2
Open

Prefix dev server cluster ID with 'dev-server-'#1059
NasitSony wants to merge 3 commits into
temporalio:mainfrom
NasitSony:fix/dev-server-cluster-id-v2

Conversation

@NasitSony
Copy link
Copy Markdown
Contributor

Related issues

Closes #609

What changed?

Prefix generated dev server cluster IDs with dev-server- for better identification. Previously cluster IDs were plain UUIDs with no indication they came from a dev server.

Checklist

Stability

  • Breaking changes are marked with 💥 in the PR title and release notes

Design

  • This feature does not depend on Cloud-only APIs or behavior (it works against an OSS server)

Tests

  • Added functional test(s) — existing tests cover this change

Manual tests

Setup

temporal server start-dev --headless

Happy path

$ temporal operator cluster describe
ClusterId  dev-server-<uuid>

Error case
N/A

@NasitSony NasitSony requested a review from a team as a code owner May 30, 2026 14:35
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.

[Feature Request] Prefix cluster ID with "dev-server-" (or similar) and allow env var override

2 participants