Skip to content

remove Elasticsearch dependency from os-core-common

Neelesh Thakur requested to merge remove-elasticsearch-dependency into master

Remove Elasticsearch dependency from os-core-common. All services consuming os-core-common inherits Elasticsearch dependencies even though only Search and Indexer service is consumer of these.

Two interface defined in os-core-common are implemented by only Indexer service and they can be safely moved to Indexer service.

Related Indexer service MR: 261

Edited by Neelesh Thakur

Merge request reports