-
Notifications
You must be signed in to change notification settings - Fork 157
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
Update core namespace endpoint to use client pool #1675
Comments
This is sort of being worked on in #1725 |
I don't think it is exactly. Looks like it is using a single client. But is worth noting that this one should probably wait for #1780 to be merged, just to avoid complications edit: oh wait I got confused about which ticket this was (either way, it may be easier for you to wait for 1780 before you do 1725) |
The scope of this ticket changes with my PR on namespace cache (#1780) because I replaced the namespace grpc endpoints to use the cache instead. So it's more like:
|
Short description
Following on from #1600 and based on #1556, this is to update the endpoint in
core/server/namespace
to:ctx
Acceptance criteria
Everything which currently works should still work
The text was updated successfully, but these errors were encountered: