Skip to content

Commit e14b69d

Browse files
committed
Change kafka security protocol
1 parent c013e78 commit e14b69d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/bin/kafkaConsumer/common/createKafkaConsumer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export const createKafkaConsumer = ({
4747
offset_commit_cb: logCommit(logger),
4848
"enable.auto.commit": false,
4949
"partition.assignment.strategy": "roundrobin",
50+
"security.protocol": "ssl",
5051
}
5152
if (KAFKA_DEBUG_CONTEXTS) {
5253
globalConfig["debug"] = KAFKA_DEBUG_CONTEXTS

0 commit comments

Comments
 (0)