Skip to content

Commit

Permalink
change topic
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx committed Sep 5, 2024
1 parent 1a940f3 commit 0c7327a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion indexer/packages/kafka/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export enum KafkaTopics {
TO_ENDER = 'to-ender',
TO_VULCAN = 'to-vulcan',
TO_WEBSOCKETS_ORDERBOOKS = 'to-websockets-orderbooks',
TO_WEBSOCKETS_SUBACCOUNTS = 'to-websockets-subaccounts',
TO_WEBSOCKETS_SUBACCOUNTS = 'to-websockets-subaccounts-1',
TO_WEBSOCKETS_TRADES = 'to-websockets-trades',
TO_WEBSOCKETS_MARKETS = 'to-websockets-markets',
TO_WEBSOCKETS_CANDLES = 'to-websockets-candles',
Expand Down
2 changes: 1 addition & 1 deletion indexer/services/bazooka/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const KAFKA_TOPICS_TO_PARTITIONS: { [key in KafkaTopics]: number } = {
[KafkaTopics.TO_ENDER]: 1,
[KafkaTopics.TO_VULCAN]: 60,
[KafkaTopics.TO_WEBSOCKETS_ORDERBOOKS]: 1,
[KafkaTopics.TO_WEBSOCKETS_SUBACCOUNTS]: 30,
[KafkaTopics.TO_WEBSOCKETS_SUBACCOUNTS]: 3,
[KafkaTopics.TO_WEBSOCKETS_TRADES]: 1,
[KafkaTopics.TO_WEBSOCKETS_MARKETS]: 1,
[KafkaTopics.TO_WEBSOCKETS_CANDLES]: 1,
Expand Down

0 comments on commit 0c7327a

Please sign in to comment.