temporalio / temporalio/features
Setting headers on LocalActivities not recorded on EventHistory
Nobody has claimed this yet.
- 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.
RecordMarkerCommandAttributes has Headers, but is never set for LocalActivities
Describe the solution you'd like
Customers have requested (non urgent), if these headers can be set and therefore visible on EventHistory
Additional context
go sdk relevant code - https://github.com/temporalio/sdk-go/blob/2ce51377ca5ca5de78b66c17ce628c5bdfdaccaf/internal/internal_command_state_machine.go#L1346
Per-SDK Tickets
- Go -
- Java -
- Core -
- TypeScript -
- Python -
- .NET -
- Ruby -
- 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.
Research direction
Start by reading internal/internal_command_state_machine.go around line 1346 and trace how LocalActivities create RecordMarkerCommandAttributes. Verify where Headers could be carried into EventHistory, then confirm the resulting history includes them for a LocalActivity; the issue does not name a test file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100