temporalio / temporalio/features
[Features Platform] Make it possible to configure client interceptors in typescript
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
In Typescript, client interceptors are configured in WorkflowClientOptions.
Currently, the features harness for Typescript instantiates the client when instantiating the runner, and no API is available to feature authors for passing client options. (In contrast, for Go, client options can be passed when instantiating the feature).
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 inspecting the TypeScript features harness where the runner instantiates the client, then compare that flow with the Go feature setup described in the issue. Trace how WorkflowClientOptions is currently supplied and determine an API for feature authors to pass client options, including interceptors. Done means TypeScript feature authors can configure client interceptors when the harness creates the client.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100