Type of issue
Inaccurate
What documentation page is affected
https://www.elastic.co/docs/reference/elasticsearch/clients/java/transport/rest5-client/config/basic_authentication
What happened?
In the documentation we mention the use of org.apache.http.impl.nio.client.HttpAsyncClientBuilder. However, based on the code we use org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder in REST 5 Client
Additional info
No response