Implementation for DescribeWorker API#8094
Merged
ychebotarev merged 5 commits intomainfrom Jul 25, 2025
Merged
Conversation
This was referenced Jul 24, 2025
542c299 to
0d09f70
Compare
dnr
approved these changes
Jul 25, 2025
ychebotarev
added a commit
to temporalio/api
that referenced
this pull request
Jul 25, 2025
<!-- Describe what has changed in this PR --> **What changed?** Add DescribeWorker API. Extracted from [this PR](#622). <!-- Tell your future self why have you made these changes --> DescribeWorker - will be needed to get all the heartbeat information from the worker. Partially this can be covered by "ListWorkers" with query "WorkerInstanceKey = 'xxx'", but this is a dedicated API that doesn't require query processing. Extracting into separate PR so that one is concentrated on worker payload only. <!-- Are there any breaking changes on binary or code level? --> **Breaking changes** Introduce new API <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> [Server PR](temporalio/temporal#8094)
temporal-cicd bot
pushed a commit
to temporalio/api-go
that referenced
this pull request
Jul 25, 2025
<!-- Describe what has changed in this PR --> **What changed?** Add DescribeWorker API. Extracted from [this PR](temporalio/api#622). <!-- Tell your future self why have you made these changes --> DescribeWorker - will be needed to get all the heartbeat information from the worker. Partially this can be covered by "ListWorkers" with query "WorkerInstanceKey = 'xxx'", but this is a dedicated API that doesn't require query processing. Extracting into separate PR so that one is concentrated on worker payload only. <!-- Are there any breaking changes on binary or code level? --> **Breaking changes** Introduce new API <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> [Server PR](temporalio/temporal#8094)
0d09f70 to
112f888
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed?
Why?
Part of worker commands work.
Users should be able to directly get worker info for the worker they need.
Corresponding API PR: temporalio/api#622
How did you test it?
Potential risks
None, behind feature flag