temporalio / temporalio/features

Enable concurrent payload visiting

Open
#772 0 comments 0 reactions 1 assignee View on GitHub

@jmaeagle99 is already working on this.

Since Apr 6, 2026.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.