What happened with connectionClass?
See original GitHub issueHello, I would like to make use of the new client and while checking https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/breaking-changes.html there are no mentions of changes to connectionClass
, however it does not seem to be the case and I am unable to replicate the following:
const client = new Client({
connectionClass: HttpAmazonESConnector,
hosts: [process.env.ES_HOST],
keepAlive: true,
});
Could you please advise how best to go around this or what I’m missing?
Cheers.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
The connection class — Psycopg 2.9.5 documentation
Handles the connection to a PostgreSQL database instance. It encapsulates a database session. Connections are created using the factory function connect() .
Read more >Cannot load connection class because of underlying ...
I am using the tail files of openshift in eclipse to track what happens on openshift server but I have to request openshift...
Read more >Connection (Java Platform SE 7 )
A connection is closed if the method close has been called on it or if certain fatal errors have occurred. This method is...
Read more >Connection Class - Revival Christian Fellowship
Stay Connected. Get event information, and news on what's happening at Revival Christian Fellowship.
Read more >Married Connection Class - Frisco
Community can be a rare commodity and if Fellowship Church is a small town, Connection Class is the neighborhood where true community happens....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is still very relevant to anyone using AWS ElasticSearch.
Any work being done on this?