Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-2590 KIP-28: Kafka Streams Checklist
  3. KAFKA-2804

Create / Update changelog topics upon state store initialization

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.10.0.0
    • None
    • None

    Description

      When state store instances that are logging-backed are initialized, we need to check if the corresponding change log topics have been created with the right number of partitions:

      1) If not exist, create topic
      2) If expected #.partitions < actual #.partitions, delete and re-create topic.
      3) If expected #.partitions > actual #.partitions, add partitions.

      Attachments

        Activity

          People

            guozhang Guozhang Wang
            guozhang Guozhang Wang
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: