temporalio / temporalio/features
Enable concurrent payload visiting
@jmaeagle99 is already working on this.
Since Apr 6, 2026.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Is your feature request related to a problem? Please describe.
Today, payload visitors in the SDKs visit proto messages and the fields in a serial manner. This is fine for CPU bound work on single threaded schedulers, but leaves room for improvement for multithreaded and I/O bound, async work.
Describe the solution you'd like
Update the payload visitor for each SDK to allow for concurrent processing of payloads in proto messages. There should options to control how much concurrency is allowed for the visitor, and likely default to single task execution to maintain existing behavior.
Per-SDK Tickets
- temporalio/sdk-go#2223
- temporalio/sdk-java#2881
- temporalio/sdk-typescript#2064
- temporalio/sdk-python#1356
- temporalio/sdk-dotnet#800
- Ruby -
- Rust -
- PHP -
- Temporal CLI -
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.