Skip to content

Commit

Permalink
Vulcan topic to 210 partitions (#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Oct 22, 2024
1 parent b9fcc40 commit fe80931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/services/bazooka/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const DEFAULT_NUM_REPLICAS: number = 3;

const KAFKA_TOPICS_TO_PARTITIONS: { [key in KafkaTopics]: number } = {
[KafkaTopics.TO_ENDER]: 1,
[KafkaTopics.TO_VULCAN]: 150,
[KafkaTopics.TO_VULCAN]: 210,
[KafkaTopics.TO_WEBSOCKETS_ORDERBOOKS]: 1,
[KafkaTopics.TO_WEBSOCKETS_SUBACCOUNTS]: 3,
[KafkaTopics.TO_WEBSOCKETS_TRADES]: 1,
Expand Down

0 comments on commit fe80931

Please sign in to comment.