Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

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
Member

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants