We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c275e + 2771abc commit e030fafCopy full SHA for e030faf
1 file changed
src/lib/kafka.ts
@@ -47,7 +47,7 @@ function getClient() {
47
username && password
48
? {
49
ssl: {
50
- rejectUnauthorized: false,
+ rejectUnauthorized: process.env.KAFKA_SSL_ALLOW_UNAUTHORIZED !== 'true',
51
},
52
sasl: {
53
mechanism,
0 commit comments