We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04bb3a1 commit 30b031bCopy full SHA for 30b031b
rules/msk_topic_config_comments.md
@@ -30,8 +30,8 @@ resource "kafka_topic" "good_topic" {
30
# keep data in primary storage for 1 day
31
"local.retention.ms" = "86400000"
32
"retention.ms" = "2592000000" # keep data for 1 month
33
- "max.message.bytes" = "3145728" # allow for a batch of records maximum 3MB
34
- "retention.bytes" = "1610612736" # keep on each partition 1.5GB
+ "max.message.bytes" = "3145728" # allow for a batch of records maximum 3MiB
+ "retention.bytes" = "1610612736" # keep on each partition 1.5GiB
35
"compression.type" = "zstd"
36
}
37
0 commit comments