Skip to content

Commit

Permalink
Vulcan topic to 210 partitions (backport #2528) (#2529)
Browse files Browse the repository at this point in the history
Co-authored-by: roy-dydx <[email protected]>
  • Loading branch information
mergify[bot] and roy-dydx authored Oct 22, 2024
1 parent 3762488 commit 88646f0
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 88646f0

Please sign in to comment.