Skip to content

Commit

Permalink
upgrade kafka version and reduce session timeout (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryfan01234 authored Aug 7, 2024
1 parent 73900a0 commit d317e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indexer/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
kafka_version = "2.6.2"
kafka_version = "3.4.0"
rds_db_name = "dydx"
rds_username = "dydx"
rds_port = 5432
Expand Down
2 changes: 1 addition & 1 deletion indexer/msk.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "aws_msk_configuration" "main" {
replica.fetch.max.bytes=4194304
message.max.bytes=4194304
unclean.leader.election.enable=true
zookeeper.session.timeout.ms=18000
zookeeper.session.timeout.ms=6000
PROPERTIES
}

Expand Down

0 comments on commit d317e62

Please sign in to comment.