Skip to content

Commit

Permalink
Change kafka security protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed May 23, 2024
1 parent c013e78 commit 34dc990
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/bin/kafkaConsumer/common/createKafkaConsumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ export const createKafkaConsumer = ({
offset_commit_cb: logCommit(logger),
"enable.auto.commit": false,
"partition.assignment.strategy": "roundrobin",
"security.protocol": "ssl",
"enable.ssl.certificate.verification": false,
}
if (KAFKA_DEBUG_CONTEXTS) {
globalConfig["debug"] = KAFKA_DEBUG_CONTEXTS
Expand Down

0 comments on commit 34dc990

Please sign in to comment.