Closed
Description
Tried to use the PromisePoolCluster implementation that was recently included.
It appears to be missing at least the remove
inherited event. Not sure if there are others.
It also doesn't support passing a pattern or selector to getConnection
.
Seems like you maybe be able to workaround the first by using promisePoolCluster.poolCluster.on('remove'...
And I suppose you can always workaround the second by refactoring your code to call .of(pattern, selector)
, but it seems like these should be added to match the documentation for PoolCluster.
Metadata
Metadata
Assignees
Labels
No labels