temporalio / temporalio/features
[Feature Request] Use codecs for headers in all SDKs
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the solution you'd like
Some SDKs do not use codecs on headers and in some SDKs adding this may be harder than others and of course we cannot break compatibility (may have to, in Go or Java just tell users they need to use their codec themselves manually). Investigation/research needed.
- Go - TODO
- Java - TODO
- TypeScript - https://github.com/temporalio/sdk-typescript/issues/514
- Python - https://github.com/temporalio/sdk-python/issues/925
- .NET - Done
- Ruby - Done
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
Review the Go and Java SDKs, then follow the linked TypeScript issue 514 and Python issue 925 to compare header codec support. Document whether each SDK can add codec handling without breaking compatibility, and record any manual codec guidance required; the .NET and Ruby checklist items are already done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, java, python, typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100