Configuring a kafka event broker as given in the rasa documentation here gives an error at this specific line tracker_store = InMemoryTrackerStore(domain=domain, event_broker=kafka_broker)
saying domain not found. I am assuming domain here is the domain.yml file and it is in the working directory.
Did anyone successfully integrate rasa and kafka? Do I have to run broker and consumer as separate scripts to send and receive messages?
Edit: Rasa team updated their documentation a little later.