Skip to content
Snippets Groups Projects
Commit 538bd7ed authored by A. Sophie Blee-Goldman's avatar A. Sophie Blee-Goldman Committed by Bill Bejeck
Browse files

KAFKA-8094: Iterating over cache with get(key) is inefficient (#6433)

Use concurrent data structure for the underlying cache in NamedCache, and iterate over it with subMap instead of many calls to get()

Reviewers: Guozhang Wang <wangguoz@gmail.com>, Bill Bejeck <bbejeck@gmail.com>
parent 6d649f50
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment