Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

delete.topic.enable=true

Sumit Rawal answered on August 29, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • kafka delete topic
  • remove all data from kafka topic
  • purge a topic

  • delete.topic.enable=true

    0

    The configuration parameter delete.topic.enabled in Apache Kafka determines whether users have the ability to delete topics. When set to true, users are allowed to delete topics. When set to false, users are prevented from deleting topics.

    Here's what the configuration means:

    If delete.topic.enabled=true:

    Users with the appropriate permissions can delete topics using administrative tools or Kafka APIs.

    Deleting a topic removes all the data associated with that topic, including its partitions and messages.

    If delete.topic.enabled=false:

    Users, even those with administrative privileges, are not allowed to delete topics.

    This configuration can be used as a safety measure to prevent accidental deletion of topics and their data.

    For example, in the server.properties configuration file of a Kafka broker, you might set: 

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Tags: whatever
    Link to this answer
    Share Copy Link
    Contributed on Aug 29 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.