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
As I could see, the CassanKnex is entirely single client. Would be best if the cassandra variable wasn't private, so the user could manipulate to make connections pooling of the resource.
The text was updated successfully, but these errors were encountered:
Hey @ezsper, the initial constructor connection field is a straight pass through to the underlying datastax driver, so you should be able to enable pooling like so
As I could see, the CassanKnex is entirely single client. Would be best if the
cassandra
variable wasn't private, so the user could manipulate to make connections pooling of the resource.The text was updated successfully, but these errors were encountered: