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 13f2db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/bin/kafkaConsumer/common/createKafkaConsumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export const createKafkaConsumer = ({
offset_commit_cb: logCommit(logger),
"enable.auto.commit": false,
"partition.assignment.strategy": "roundrobin",
"security.protocol": "ssl",
}
if (KAFKA_DEBUG_CONTEXTS) {
globalConfig["debug"] = KAFKA_DEBUG_CONTEXTS
Expand Down

0 comments on commit 13f2db2

Please sign in to comment.