RasaHQ/rasa_core

View on GitHub
data/test_endpoints/event_brokers/kafka_ssl_endpoint.yml

Summary

Maintainability
Test Coverage
event_broker:
  url: localhost
  topic: topic
  security_protocol: SSL
  ssl_cafile: CARoot.pem
  ssl_certfile: certificate.pem
  ssl_keyfile: key.pem
  ssl_check_hostname: True
  type: kafka