conduktor.io ↗

Kafka UpdateMetadata Changelog — Protocol Version History

What is UpdateMetadata?

Pushed by the controller to all brokers whenever cluster state changes: broker joins, topic creation, partition reassignment. Brokers serve Metadata responses from an in-memory cache built from these updates, so a lagging broker serves stale metadata and causes client redirects.

VersionKafkaChanges