Replies: 3 comments 2 replies
-
@dcore94 Opensearch supports wire compatiblity with ES7.10.2 whereas the conductor supported version for ES7 is 7.6.2 To use Opensearch at this version you can choose to extend conductor. |
Beta Was this translation helpful? Give feedback.
-
Hi @dcore94 we have build that does not use Ealsticsearch for indexing if you want to try that out: cc: @markxnelson |
Beta Was this translation helpful? Give feedback.
-
Is there an update for this question? Is there any plan to support AWS opensearch in the future? |
Beta Was this translation helpful? Give feedback.
-
Hi all, I've been asked to move from Elasticsearch 7 (which I could setup thanks to your guide) to Opensearch.
Of course the first naif attempt was to change the name of the image in my docker-compose :-). Besides some incompatibilities with parameters which should be no prob, I now get an exception in the server:
Error creating bean with name 'executionDAOFacade' defined in URL [jar:file:/app/libs/conductor-server-3.8.0-SNAPSHOT-boot.jar!/BOOT-INF/lib/conductor-core-3.8.0-SNAPSHOT.jar!/com/netflix/conductor/core/dal/ExecutionDAOFacade.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'es7IndexDAO': Invocation of init method failed; nested exception is org.apache.http.ConnectionClosedException: Connection is closed
So it looks like the client is not compatible which I supposed to be because the APIs should not change ... . Does anyone have suggestions on how to move ahead from this? And if this is even possible at the moment ...
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions