Skip to content

Commit

Permalink
Add delete topic enable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Nov 7, 2023
1 parent 385a7f9 commit 4a73bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092,SSL://kafka:19092
KAFKA_INTER_BROKER_LISTENER_NAME: PLAINTEXT
KAFKA_DELETE_TOPIC_ENABLE: "true"
KAFKA_SSL_KEYSTORE_FILENAME: kafka.keystore.jks
KAFKA_SSL_KEYSTORE_CREDENTIALS: pwd.txt
KAFKA_SSL_KEY_CREDENTIALS: pwd.txt
Expand Down

0 comments on commit 4a73bed

Please sign in to comment.