kafka-sasl-plaintext-endpoint | Rasa Documentation

endpoints.yml

event_broker:
  type: kafka
  security_protocol: SASL_PLAINTEXT # specifies that credentials will not be communicated over encryption
  topic: topic
  url: localhost
  sasl_username: username
  sasl_password: password
  sasl_mechanism: PLAIN # specifies that username/password will not be protected with additional protection mechanisms

Ask AI