Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Temporal-Namespace header on every namespace-specific gRPC request #2058

Open
cretz opened this issue May 9, 2024 · 0 comments
Open
Labels
enhancement User experience

Comments

@cretz
Copy link
Member

cretz commented May 9, 2024

Describe the solution you'd like

See temporalio/features#475. It needs to be an interceptor surely, but unsure how the implementation will do this generically. One way is via reflection to call getNamespace() string assuming it's not deemed too expensive (probably not), but this is left up to the implementer. All that matters is that new RPCs that come in with namespaces automatically have the header set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement User experience
Projects
None yet
Development

No branches or pull requests

1 participant