Skip to content

Commit

Permalink
Update kafka bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed May 23, 2024
1 parent 34dc990 commit 45b3ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/bin/kafkaBridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const producer = new Kafka.Producer({
"metadata.broker.list": KAFKA_HOST,
dr_cb: true,
// "statistics.interval.ms": 60000, // 1 minute
"security.protocol": "ssl",
"enable.ssl.certificate.verification": false,
})
let kafkaPartitionAssigner: KafkaPartitionAssigner | undefined

Expand Down

0 comments on commit 45b3ffb

Please sign in to comment.