temporalio / temporalio/features

Setting headers on LocalActivities not recorded on EventHistory

Open
#663 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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.

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

  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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.