Gauthier
|
fe20e6f4a8
|
Update Kafka configuration types
According to https://nodejs.org/dist/latest-v8.x/docs/api/tls.html#tls_tls_createsecurecontext_options the `ssl` options `ca`, `key`, and `cert` are all optional. In my case, i need to pass `rejectUnauthorized`, but I can't do so as the backend expects a `key`. Passing an empty string works, but everything becomes redacted in my log because of that.
Signed-off-by: Gauthier Roebroeck <gauthier.roebroeck@gmail.com>
|
2021-11-16 17:51:27 +08:00 |
|
Fredrik Adelöw
|
a88073c29a
|
Update copyright headers
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2021-06-18 20:26:42 +02:00 |
|
Patrik Oldsberg
|
1dcba7b7cf
|
Updated config schema to use Array<> for multiline blocks + core wording tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2021-06-01 20:20:46 +02:00 |
|
Andrew Thauer
|
f03a52f5b9
|
feat(kafka): add sasl auth support
Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
|
2021-03-29 10:42:50 -04:00 |
|
Nir Gazit
|
c431aaeb99
|
Merge branch 'master' into multi-cluster
|
2021-01-20 10:10:09 +02:00 |
|
Nir Gazit
|
5edf0ad930
|
fixed visibility annotation in config
|
2021-01-19 22:08:57 +02:00 |
|
Nir Gazit
|
9c3eda7c6f
|
Added docs to config.d.ts
|
2021-01-19 21:49:27 +02:00 |
|
Nir Gazit
|
285d216403
|
Added support for multiple kafka clusters
|
2021-01-19 16:59:39 +02:00 |
|
Nir Gazit
|
66025c7d59
|
Added support for SSL connection to the Kafka cluster
|
2021-01-17 14:45:29 +02:00 |
|
Nir Gazit
|
c139285492
|
Split to kafka backend plugin
|
2021-01-09 21:18:41 +02:00 |
|