We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c013e78 commit e14b69dCopy full SHA for e14b69d
backend/bin/kafkaConsumer/common/createKafkaConsumer.ts
@@ -47,6 +47,7 @@ export const createKafkaConsumer = ({
47
offset_commit_cb: logCommit(logger),
48
"enable.auto.commit": false,
49
"partition.assignment.strategy": "roundrobin",
50
+ "security.protocol": "ssl",
51
}
52
if (KAFKA_DEBUG_CONTEXTS) {
53
globalConfig["debug"] = KAFKA_DEBUG_CONTEXTS
0 commit comments