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

Fix bug with ES Index and Postgres Index DAOs colliding #191

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

james-deee
Copy link
Contributor

The addition of Postgres as an IndexDAO made it so that if you use Conductor core as your deployment mechanism, and you use Postgres and ES7, there is a collision now. The server fails to start because there are 2 IndexDAOs provided. There is a Configuration condition that does not appear to be working either.

But, this makes the correct assumption that if you're including ES7, then you intend to use ES7 as your indexing mechanism.

CC @bjpirt

Pull Request type

  • [ X ] Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes (Please run ./gradlew generateLock saveLock to refresh dependencies)
  • WHOSUSING.md
  • Other (please describe):

@v1r3n v1r3n merged commit d584ade into Netflix:main Mar 9, 2023
JumasJM pushed a commit to FRINXio/conductor-community that referenced this pull request Oct 23, 2023
JumasJM pushed a commit to FRINXio/conductor-community that referenced this pull request Nov 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants