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