From 105efcef042812b2f5d46a39a661ade398276eb6 Mon Sep 17 00:00:00 2001 From: dydxwill <119354122+dydxwill@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:48:01 -0400 Subject: [PATCH] set log retention hours to 120 (#142) --- indexer/msk.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/indexer/msk.tf b/indexer/msk.tf index b3d75f7f..55c05d95 100644 --- a/indexer/msk.tf +++ b/indexer/msk.tf @@ -20,6 +20,7 @@ resource "aws_msk_configuration" "main" { unclean.leader.election.enable=true zookeeper.session.timeout.ms=6000 replica.selector.class = org.apache.kafka.common.replica.RackAwareReplicaSelector + log.retention.hours = 120 PROPERTIES lifecycle {