mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
update kafka client to take in environement variables to declare SASL/SSL options
This commit is contained in:
parent
d43293da72
commit
8f692a150c
2 changed files with 14 additions and 5 deletions
|
|
@ -23,5 +23,12 @@ if (!process.env.SKIP_DB_CHECK && !process.env.DATABASE_TYPE) {
|
|||
}
|
||||
|
||||
if (process.env.CLOUD_MODE) {
|
||||
checkMissing(['CLOUD_URL', 'KAFKA_BROKER', 'KAFKA_URL', 'REDIS_URL']);
|
||||
checkMissing([
|
||||
'CLOUD_URL',
|
||||
'KAFKA_BROKER',
|
||||
'KAFKA_URL',
|
||||
'REDIS_URL',
|
||||
'KAFKA_SASL_MECHANISM',
|
||||
'KAFKA_SSL',
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue