kafka icon indicating copy to clipboard operation
kafka copied to clipboard

KAFKA-19122: updateClusterMetadata receives multiples PartitionInfo

Open brandboat opened this issue 7 months ago • 0 comments

This patch resolves the following issues in MetadataCache#toCluster:

  • Avoids duplicate Node entries when a broker has multiple endpoints.
  • Fixes a bug where fenced brokers result in NPE.
  • Ensures missing topic IDs are properly populated in cluster metadata.
  • Delete unused test code snippet.

brandboat avatar May 24 '25 16:05 brandboat