Skip to content

Commit e14b69d

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/bin/kafkaConsumer/common/createKafkaConsumer.ts

+1
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)