Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-8954

Topic existence check is wrongly implemented in the DeleteOffset API

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.0
    • None
    • None

    Description

      The current DeleteOffset API check relies on the consumer group's committed offsets to decide if a topic exists or not. While this works in most of the cases, it does not work when a topic exists but it does not have any committed offsets yet. Moreover, it is not consistent with other APIs which rely on the metadata cache so it must be updated.

      Attachments

        Issue Links

          Activity

            People

              dajac David Jacot
              dajac David Jacot
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: