Phoenix is an embedded driver and it automatically manages connection pooling. In case of multi-tenancy, tenant-specific connections are created by specifying tenantId property in JDBC. Does phoenix still automatically handle connection pooling, if I create multiple connections each with separate tenantId ? I am expecting thousands of tenant-specific connections in my application.Thanks,- Mak
