Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ID will be checked first, but if the value is the default zero UUID, topic name will be used instead. If an ID is specified and the ID does not exist, the request will fail regardless of allow_auto_topic_creation. 
The request will an If the topic ID is not found, the request will return an UNKNOWN_TOPIC_ID error indicating the topic ID did not exist. The check for the topic ID will occur before checking authorization on the topic. Thus, existence of a given topic ID is not considered sensitive information. 
If  If name and ID are included, but the name does not match the ID, the request will also fail with an UNKNOWN_TOPIC_ID error.

MetadataRequest v10

Metadata Request (Version: 10) => [topics] allow_auto_topic_creation include_cluster_authorized_operations include_topic_authorized_operations
    topics => name topic_id*
      name => STRING (nullable)*
      topic_id* => UUID
    allow_auto_topic_creation => BOOL
    include_cluster_authorized_operations => BOOL
    include_topic_authorized_operations => BOOL

...