The documentation of the com.datastax.driver.core.Session
class states that
(...) Each session maintains multiple connections to the cluster nodes (...)
However, general advice for EE environments is to leave pooling and thread management to the container.
It seems to me that the DataStax driver, which is not primarily targeted at EE environments, violates this rule. This makes me worry whether the driver can be safely used in my EE application.