[
https://issues.apache.org/jira/browse/TINKERPOP-2115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16721780#comment-16721780
]
stephen mallette commented on TINKERPOP-2115:
---------------------------------------------
I don't know that we'd change {{DriverRemoteConnection}}, but if we implement
TINKERPOP-2097 then we could consider exposing something that provided access
to what you're asking for on just {{Client}}. Need to think through the
implementation details a bit. Ultimately {{Client}} probably isn't really even
something users should worry about. The main reason it is exposed is because of
script-based requests and we would prefer that folks not use that connectivity
approach. Anyway, as I said, it will require some thought/discussion.
> Expose the number of open connections
> -------------------------------------
>
> Key: TINKERPOP-2115
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2115
> Project: TinkerPop
> Issue Type: Improvement
> Components: driver
> Affects Versions: 3.3.4
> Reporter: Etienne Le Nigen
> Priority: Minor
>
> We would like to be able to track the number of open connections, but to do
> that, we would need the DriverRemoteConnection to return the Client and the
> Client should be able to return the ConnectionPool and this one would return
> the size of opened connections.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)