Skip to content

Commit 026209e

Browse files
committed
Add worker commands initial API (#612)
<!-- Describe what has changed in this PR --> **What changed?** Add new API for worker commands, and first few commands - Get/Set Config. Also add rudimentary config. <!-- Tell your future self why have you made these changes --> Part of worker commands work. We should be able to send commands to the workers/receive response. <!-- Are there any breaking changes on binary or code level? --> **Breaking changes** Yep. <!-- If this breaks the Server, please provide the Server PR to merge right after this PR was merged. --> [Server PR.](temporalio/temporal#8055)
1 parent 1dc4311 commit 026209e

File tree

14 files changed

+2214
-780
lines changed

14 files changed

+2214
-780
lines changed

common/v1/message.go-helpers.pb.go

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/v1/message.pb.go

Lines changed: 141 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proxy/service.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/v1/worker_config.go-helpers.pb.go

Lines changed: 43 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)