temporalio / temporalio/sdk-java

Opt-in to having stack trace query use custom data converter

Open
#1,586 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
433
Forks
249
Avg merge
5d 6h
Merged PRs (30d)
26

Description

Describe the solution you'd like

Make a new worker option that lets the custom data converter (encoder, etc) be used for __stack_trace queries like it is for the rest of the queries if true, otherwise can leave current behavior of default converter if false (the default).

Contributor guide

Open the contributing guide

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 locating the worker option definitions, the custom data converter handling, and the code that serves __stack_trace queries. Confirm the existing default-converter path, then define tests for the option's false default and true behavior; done means __stack_trace uses the custom converter only when enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.