This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Replies: 1 comment
-
I don't think a lot of people are actually using this project as I got no feedback... So I'm going to archive it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey dear community!
I'm planning to remove so features which I'm finding not useful but I'd like to get your input.
The goal of this factory is basically to provide an ElasticsearchClient and automatically load index settings, index templates, pipelines, define aliases, ilm policies...
For this, we are reading for existing files in the classpath. But, developers can also force the factory and disable the classpath scanning:
Is that something you are using? Or can I remove all the methods like
setIndices
,setAliases
,setComponentTemplates
...In which case, creating a client is just the following plus some files in the classpath (as static resources):
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions