Spencer Judge

Results 74 issues of Spencer Judge

## What does this PR do? Adds conceptual documenatation on the new Worker Versioning feature ## Notes to reviewers * Is there anything we can do to keep this hidden...

**What changed?** * Don't allow removing nodes. It opens up too many confusing questions about what to do with open workflows, and the effect of removing a node can be...

We need a way for users to be able to understand when a set of workers can be retired because no more workflows require the version those workers support. We'll...

We need to add a server-side capability flag for worker versioning here: https://cs.github.com/temporalio/temporal/blob/aadbbacf1a84e1d2c0970842c4e92175a90a3b59/service/frontend/workflowHandler.go?q=capabilities#L2955 After, or as part of, #3127

As mentioned in https://github.com/temporalio/api/pull/217 We should include the worker's build id in `PollerInfo` so it shows up in describe tq responses

protobuf.js version: 6.8.8 When generating static code with pbts I would expect there to be a `Message` interface with `encode`, `decode`, etc. There isn't, so implementing generic functions which accept...

I have a situation where I need to create many instances of a docker container, and they should have mounts that enable them to persist their data to different locations,...

kind/feature

## What was changed Added top-level methods for the versioning API to the client. Added worker flag to opt in to the feature Go fmt also seemed to get a...

As described here: https://github.com/temporalio/sdk-java/pull/1438 We don't make use of a backlog hint field that already exists on poll responses to prioritize sticky polling when we can. We should use that...

enhancement

## What does this PR do? Update docs on replay to include some advice about CI, and how to use new multiple-history replay APIs. ## Notes to reviewers DRAFT until...