delete.topic.enable=true

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

Contents


More Related Answers


delete.topic.enable=true

0
Tip Sumit Rawal 1 GREPCC

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 2/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

Sign in 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.