Skip to content

Commit 266b75b

Browse files
authored
Merge pull request #53 from Yolean/delete-topics-enabled-by-default
Enable topic deletion option by default
2 parents 5baf8c2 + 1899096 commit 266b75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10broker-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ data:
3535
broker.id=${KAFKA_BROKER_ID}
3636
3737
# Switch to enable topic deletion or not, default value is false
38-
#delete.topic.enable=true
38+
delete.topic.enable=true
3939
4040
############################# Socket Server Settings #############################
4141

0 commit comments

Comments
 (0)