Versions Compared

Key

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

...

There are two use cases we want to support. 1) Obtaining topic IDs when asking to describe topics and 2) supplying topic IDs to get a description of the topics

For the first use case (1), we need to modify TopicDescription and MetadataResponse

...

When topic IDs are supported, the response will contain both the topic name and the topic ID.

AdditionallyFor use case (2), new methods will need to be added to the Admin interface and KafkaAdminClient

...