Hello
I am trying to setup RasaX to run with PostgreSQL as an event broker.
I am seeing this message:
rasa-x_1 | /usr/local/lib/python3.6/site-packages/rasax/community/services/event_service.py:1686: UserWarning: Found event broker `EndpointConfig` of type 'SQL', which is not supported.
Is SQL/PSQL not supported by RasaX?
adding @nbeuchat
mloubser
(Melinda Loubser)
May 14, 2020, 7:06pm
2
No, at present using a SQL database as an event broker is not supported for Rasa X
opened 04:19PM - 25 Mar 20 UTC
closed 09:03AM - 30 Mar 20 UTC
When trying to use Postgres as an event_broker I get the following error.
```…
Could not configure valid event consumer. Exiting.
/usr/local/lib/python3.6/site-packages/rasax/community/services/event_service.py:1397: UserWarning: Found event broker `EndpointConfig` of type 'sql', which is not supported.
```
```
event_broker:
type: "sql"
url: ${DB_HOST}
port: 5432
dialect: postgresql
username: ${DB_USER}
password: ${DB_PASSWORD}
db: event_broker
```
My Event Broker config looks like
```
Could not configure valid event consumer. Exiting.
/usr/local/lib/python3.6/site-packages/rasax/community/services/event_service.py:1397: UserWarning: Found event broker `EndpointConfig` of type 'sql', which is not supported.
```
Can see the missing SQL portion here in rasa-x.
`rasax/community/services/event_consumers/utils.py`
But here here in rasa it does have SQL.
`rasa/core/brokers/broker.py`
This is in the docs so just wondering whats up?
https://rasa.com/docs/rasa/api/event-brokers/#sql-event-broker