Skip to content

Commit

Permalink
Use LogAppendTime
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed May 29, 2024
1 parent 6d2cf38 commit d0de43b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- KAFKA_CFG_LOG_CLEANER_MAX_COMPACTION_LAG_MS=600000
- KAFKA_CFG_LOG_CLEANER_MIN_COMPACTION_LAG_MS=300000
- KAFKA_CFG_LOG_ROLL_MS=300000
- KAFKA_CFG_LOG_MESSAGE_TIMESTAMP_TYPE=LogAppendTime

registry:
image: bitnami/schema-registry:7.4
Expand Down
1 change: 1 addition & 0 deletions jlab/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- KAFKA_CFG_LOG_CLEANER_MAX_COMPACTION_LAG_MS=600000
- KAFKA_CFG_LOG_CLEANER_MIN_COMPACTION_LAG_MS=300000
- KAFKA_CFG_LOG_ROLL_MS=300000
- KAFKA_CFG_LOG_MESSAGE_TIMESTAMP_TYPE=LogAppendTime

registry:
image: bitnami/schema-registry:7.4
Expand Down

0 comments on commit d0de43b

Please sign in to comment.