Skip to content

Commit

Permalink
chore(recordings): use cooperative-sticky rebalance strategy (#15260)
Browse files Browse the repository at this point in the history
Revert "revert(recordings): use cooperative-sticky rebalance strategy (#15211)"

This reverts commit a40f011.
  • Loading branch information
Harry Waye authored Apr 26, 2023
1 parent b75d560 commit 96fe16f
Show file tree
Hide file tree
Showing 13 changed files with 456 additions and 72 deletions.
2 changes: 1 addition & 1 deletion plugin-server/functional_tests/kafka.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CompressionCodecs, CompressionTypes } from 'kafkajs'
import SnappyCodec from 'kafkajs-snappy'
import { HighLevelProducer } from 'node-rdkafka'
import { HighLevelProducer } from 'node-rdkafka-acosom'

import { defaultConfig } from '../src/config/config'

Expand Down
2 changes: 1 addition & 1 deletion plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"lru-cache": "^6.0.0",
"luxon": "^1.27.0",
"node-fetch": "^2.6.1",
"node-rdkafka": "^2.15.0",
"node-rdkafka-acosom": "2.16.1",
"node-schedule": "^2.1.0",
"pg": "^8.6.0",
"pino": "^8.6.0",
Expand Down
Loading

0 comments on commit 96fe16f

Please sign in to comment.