temporalio / temporalio/features

[Features Platform] Make it possible to configure client interceptors in typescript

Open
#353 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

features-platform
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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.