You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Resurrect connection pool on destroysplitter.destroy=()=>{if(typeofclient.connectionPool.resurrect==='function'){client.connectionPool.resurrect({name: 'elasticsearch-js'})}}
Overriding this method ...
Wouldn't the source code for "Reset Connection Pool in case of destruction" be a problem?
The text was updated successfully, but these errors were encountered:
transform.destroy([error])
[Sources] https://nodejs.org/api/stream.html#transformdestroyerror
"Implementors should not override this method, "
pino-elasticsearch > lib.js
Overriding this method ...
Wouldn't the source code for "Reset Connection Pool in case of destruction" be a problem?
The text was updated successfully, but these errors were encountered: