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

Not able to delete topic

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.1.0
    • 1.1.0
    • config
    • None
    • Development

    Description

      Not able to delte kafka topic

       

      ./kafka-topics.sh --delete --zookeeper zoo1:2181 --topic test1
      Topic test1 is marked for deletion.
      Note: This will have no impact if delete.topic.enable is not set to true.

       ./kafka-topics.sh --describe --zookeeper zoo1:2181 --topic test1
      Topic:test1 PartitionCount:1 ReplicationFactor:2 Configs: MarkedForDeletion:true
      Topic: test1 Partition: 0 Leader: -1 Replicas: 1,0 Isr: 0

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            patl praveen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: