mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
`TransportGetUsersAction` does some funky blocking calls even though it's specifying `SAME` as the thread-pool indicating that it's fast or forking off quickly. Both might not be true today. This change adds async support to the methods it calls without breaking the existing Realm interface. Yet, we might need to do this down the road. Original commit: elastic/x-pack-elasticsearch@d0959f87f3