Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: clean up naming in alterTopics request

...

Code Block
titleAlterTopics Protocol Request and Response
AlterTopics Request (version: 0) => validate_only [topic_partition_change]
  validate_only => BOOLEAN
  topic_partition_change => topic_name target_partition_number
    topic_name => STRING
    target_partition_number => INT32


AlterTopics Response (version: 0) => throttle_time_ms [topic_partition_result]
  throttle_time_ms => INT32
  topic_partition_result => topic_name error_code error_message
    topic_name => STRING
    error_code => INT16
    error_message => NULLABLE_STRING

...