Skip to content

Commit

Permalink
Set to-vulcan topic to 150 partitions (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx authored Sep 18, 2024
1 parent e0b5afa commit 036d234
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]: 60,
[KafkaTopics.TO_VULCAN]: 150,
[KafkaTopics.TO_WEBSOCKETS_ORDERBOOKS]: 1,
[KafkaTopics.TO_WEBSOCKETS_SUBACCOUNTS]: 3,
[KafkaTopics.TO_WEBSOCKETS_TRADES]: 1,
Expand Down

0 comments on commit 036d234

Please sign in to comment.