Skip to content

Commit e108384

Browse files
committed
kafka-server configuration added
1 parent 94096e7 commit e108384

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

group_vars/kafka

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
log_dirs: /tmp/kafka-logs
2+
num_io_threads: 8
3+
log_retention_hours: 168
4+
auto_create_topics_enable: true
5+
controlled_shutdown_enable: true
6+
delete_topic_enable: true

0 commit comments

Comments
 (0)