Skip to content

Commit

Permalink
Update kafka.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
minghsu0107 authored Feb 18, 2022
1 parent 0c8ecc3 commit ce814c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/kafka/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,10 @@ spec:
# set to 256GB
- name: KAFKA_LOG_RETENTION_BYTES
value: "274877906944"
- name: KAFKA_LOG_RETENTION_HOURS
value: "72"
# - name: KAFKA_LOG_RETENTION_HOURS
# value: "72"
- name: KAFKA_LOG_RETENTION_MINUTES
value: "4320"
- name: KAFKA_BACKGROUND_THREADS
value: "15"
- name: KAFKA_AUTO_CREATE_TOPICS_ENABLE
Expand Down

0 comments on commit ce814c8

Please sign in to comment.