Extract index template management from ElasticsearchClient #9328
Labels
area/maintainability
Marks an issue as improving the maintainability of the project
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.1.0-alpha2
version:8.1.0
Marks an issue as being completely or in parts released in 8.1.0
Description
See #9320 for context and motivation. The goal here is to create a new component,
TemplateReader
, which takes care of reading templates from the resources and configuring them.This will make unit testing templates (which are part of our public API) much more easily. Although as templates are not tested at the moment, the goal here isn't to increase coverage dramatically - these single tests can be added later.
The text was updated successfully, but these errors were encountered: