feat(kafka): add sasl auth support

Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
This commit is contained in:
Andrew Thauer
2021-03-29 10:42:46 -04:00
parent 21157ac536
commit f03a52f5b9
7 changed files with 68 additions and 24 deletions
+3 -1
View File
@@ -63,7 +63,9 @@ import { Router as KafkaRouter } from '@backstage/plugin-kafka';
/>;
```
5. Add broker configs for the backend in your `app-config.yaml`:
5. Add broker configs for the backend in your `app-config.yaml` (see
[kafka-backend](https://github.com/backstage/backstage/blob/master/plugins/kafka-backend/README.md)
for more options):
```yaml
kafka: