temporalio / temporalio/features
Special behavior for Temporal built-in prefixes
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the solution you'd like
All SDKs need to do the following:
- Disallow workflows, activities, Nexus operations/services, task queues, signals, queries, and updates to be registered that start with
__temporal_ - Disallow queries to be registered that equal
__stack_traceor__enhanced_stack_trace - Do not call dynamic handlers with reserved names
- For any query that does match the above pattern, it should be handled without going through interceptors (this means that it no longer appears in tracing for instance) [should apply to everything except Go/Java]
Per-SDK Tickets
- Go - https://github.com/temporalio/sdk-go/issues/1779
- Java - https://github.com/temporalio/sdk-java/issues/2368
- Core - N/A
- TypeScript - https://github.com/temporalio/sdk-typescript/issues/1599
- Python - https://github.com/temporalio/sdk-python/issues/731
- .NET - https://github.com/temporalio/sdk-dotnet/issues/391
- Ruby - https://github.com/temporalio/sdk-ruby/issues/195
- PHP - https://github.com/temporalio/sdk-php/issues/552
- Temporal CLI - N/A
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 with the remaining TypeScript issue #1599 and Python issue #731, then compare them with the completed per-SDK tickets listed here. Done means the applicable SDKs enforce the reserved-name registration and dynamic-handler rules and handle matching queries without interceptors where specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, go, java, php, python, ruby, typescript
- Domain
- backend, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100