Commit 3d6e392
committed
Add DescribeWorker API (#624)
<!-- 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)1 parent a51b1ba commit 3d6e392
File tree
10 files changed
+1197
-744
lines changed- proto
- proxy
- temporalproto/openapi
- workflowservicemock/v1
- workflowservice/v1
10 files changed
+1197
-744
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments