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

Use a shared Topic UUID to Name cache #2

Open
robobario opened this issue Jun 20, 2023 · 0 comments
Open

Use a shared Topic UUID to Name cache #2

robobario opened this issue Jun 20, 2023 · 0 comments
Assignees

Comments

@robobario
Copy link

Currently we lookup UUID -> Name metadata on every Consumer connection. A bit unkind to the broker when the UUID -> Name mapping should be very stable and the key unique. We should be able to share a single threadsafe cache across all instances of the Filter for a start. If we could support the cache being scoped to the Virtual Cluster or Target Cluster that would be even nicer to keep them separated.

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

Successfully merging a pull request may close this issue.

2 participants