Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Not able to connect cassandra BD in netflix conductor-v3.8.0 #2991

Closed
9769776073 opened this issue May 18, 2022 · 1 comment
Closed

Not able to connect cassandra BD in netflix conductor-v3.8.0 #2991

9769776073 opened this issue May 18, 2022 · 1 comment

Comments

@9769776073
Copy link

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 :
image

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 :
image

Could you please provide the configuration details to connect cassandra DB.

@9769776073 9769776073 added the type: bug bugs/ bug fixes label May 18, 2022
@apanicker-nflx
Copy link
Collaborator

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.

@apanicker-nflx apanicker-nflx removed the type: bug bugs/ bug fixes label May 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants