mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 04:58:50 +00:00
DiscoveryService was a bridge into the discovery universe. This is unneeded and we can just access discovery directly or do things in a different way. One of those different ways, is not having a dedicated discovery implementation for each our dicovery plugins but rather reuse ZenDiscovery. UnicastHostProviders are now classified by discovery type, removing unneeded checks on plugins. Closes #16821