Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove stray listener_security_protocol_map in UpdateMetadataRequest

...

Code Block
UpdateMetadata Request (Version: 2) => controller_id controller_epoch [partition_states] [live_brokers] 
  controller_id => INT32
  controller_epoch => INT32
  partition_states => topic partition controller_epoch leader leader_epoch [isr] zk_version [replicas] 
    topic => STRING
    partition => INT32
    controller_epoch => INT32
    leader => INT32
    leader_epoch => INT32
    isr => INT32
    zk_version => INT32
    replicas => INT32
  live_brokers => id [listener_security_protocol_map] [end_points]
    id => INT32
    end_points => port host protocol_label security_protocol_type
      port => INT32
      host => STRING
      protocol_label => String
      security_protocol_type => INT16

...