Netflix / conductor-community

Apache License 2.0
61 stars 72 forks source link

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

Closed james-deee closed 1 year ago

james-deee commented 1 year ago

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