temporalio / temporalio/sdk-java
Opt-in to having stack trace query use custom data converter
Nobody has claimed this yet.
- 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
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 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