Skip to content

Add DescribeWorker API#624

Merged
ychebotarev merged 1 commit intomasterfrom
y_describe_worker
Jul 25, 2025
Merged

Add DescribeWorker API#624
ychebotarev merged 1 commit intomasterfrom
y_describe_worker

Conversation

@ychebotarev
Copy link
Contributor

@ychebotarev ychebotarev commented Jul 25, 2025

What changed?
Add DescribeWorker API.
Extracted from this PR.

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.

Breaking changes
Introduce new API

Server PR

@ychebotarev ychebotarev requested review from a team as code owners July 25, 2025 00:11
@ychebotarev ychebotarev merged commit d96bd55 into master Jul 25, 2025
5 checks passed
@ychebotarev ychebotarev deleted the y_describe_worker branch July 25, 2025 21:11
stephanos pushed a commit that referenced this pull request Mar 10, 2026
<!-- 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)
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.

4 participants