> ## Documentation Index
> Fetch the complete documentation index at: https://rasa.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Kafka-plaintext-endpoint

> Kafka-plaintext-endpoint reference documentation for the Rasa Platform.

```yaml title="endpoints.yml" theme={null}
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
```


## Related topics

- [Kafka-sasl-plaintext-endpoint](/docs/reference/integrations/event-brokers-config/kafka-sasl-plaintext-endpoint.md)
- [Kafka-plaintext-env-vars](/docs/reference/integrations/analytics-event-broker-config/kafka-plaintext-env-vars.md)
- [Kafka-sasl-plaintext-env-vars](/docs/reference/integrations/analytics-event-broker-config/kafka-sasl-plaintext-env-vars.md)
- [Kafka-ssl-endpoint](/docs/reference/integrations/event-brokers-config/kafka-ssl-endpoint.md)
- [Kafka-sasl-ssl-endpoint](/docs/reference/integrations/event-brokers-config/kafka-sasl-ssl-endpoint.md)
