Skip to content

Commit

Permalink
Revert "Increase default rebalance timeout" (#2091)
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Aug 14, 2024
1 parent 2bf2d49 commit 511d7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/packages/kafka/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const kafkaConfigSchema = {
}),
KAFKA_CONNECTION_TIMEOUT_MS: parseInteger({ default: 5_000 }),
KAFKA_SESSION_TIMEOUT_MS: parseInteger({ default: 60_000 }),
KAFKA_REBALANCE_TIMEOUT_MS: parseInteger({ default: 120_000 }),
KAFKA_REBALANCE_TIMEOUT_MS: parseInteger({ default: 50_000 }),
KAFKA_HEARTBEAT_INTERVAL_MS: parseInteger({ default: 5_000 }),
KAFKA_CONCURRENT_PARTITIONS: parseInteger({ default: 1 }),
// If true, consumers will have unique group ids, and SERVICE_NAME will be a common prefix for
Expand Down

0 comments on commit 511d7cf

Please sign in to comment.