You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Default set up is running with Redis in memory DB.
I want to connect cassandra DB running in my local-system. I have done some application.properties change conductor.db.type=cassandra
After that I am able to connect local cassandra BD , please check below screen-shot :
After that It is throwing bean dependency error : Parameter 0 of constructor in com.netflix.conductor.core.events.queue.ConductorEventQueueProvider required a bean of type 'com.netflix.conductor.dao.QueueDAO' that could not be found.
Please check below screenshot :
Could you please provide the configuration details to connect cassandra DB.
The text was updated successfully, but these errors were encountered:
The cassandra persistence layer does not provide an implementation of the queueing layer (QueueDAO). All other DAO implementations are provided however.
You would need to wire up another queue dao implementation (Redis,Postgres,MySQL etc) or roll your own custom queue implementation if you choose to.
Source Code : https://github.com/Netflix/conductor/tree/v3.8.0
Default set up is running with Redis in memory DB.
I want to connect cassandra DB running in my local-system. I have done some application.properties change
conductor.db.type=cassandra
After that I am able to connect local cassandra BD , please check below screen-shot :
After that It is throwing bean dependency error : Parameter 0 of constructor in com.netflix.conductor.core.events.queue.ConductorEventQueueProvider required a bean of type 'com.netflix.conductor.dao.QueueDAO' that could not be found.
Please check below screenshot :
Could you please provide the configuration details to connect cassandra DB.
The text was updated successfully, but these errors were encountered: