We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08184cf commit be4d1bfCopy full SHA for be4d1bf
dev-aws/finance/debt.tf
@@ -1,7 +1,7 @@
1
resource "kafka_topic" "account-debt-selected-events" {
2
name = "account-debt-selected.events"
3
replication_factor = 3
4
- partitions = 10
+ partitions = 10
5
config = {
6
"retention.ms" = "2592000000"
7
"retention.bytes" = "-1"
0 commit comments