endpoints.yml

```yaml
event_broker:
  type: kafka
  security_protocol: PLAINTEXT # specifies that no credentials will be used to auth and communication is not encrypted
  topic: topic
  url: localhost
```

Ask AI
