Aiven-Open / karapace

Karapace - Your Apache Kafka® essentials in one tool
https://karapace.io
Apache License 2.0
450 stars 68 forks source link

fix cache: the cache metadata its always replaced even if its only updating a subportion of it #892

Closed eliax1996 closed 3 months ago

eliax1996 commented 3 months ago

the cache each time was replacing the original metadata even if the metadata request was just for a subset of topics, this pr tries to address this by updating only partially the metadata object

About this change - What it does

References: #xxxxx

Why this way