Skip to content

feat: add SessionInterface layer; realize LoadBalancer for ConnectionPool

张俸铭 requested to merge dev into master

feat: add SessionInterface layer to packed the methods of Session while not exposing session object to user, which makes it impossible for user to operate a released session. feat: realize LoadBalancer for ConnectionPool (using minimum-connection strategy at this version). test: modules above have passed the unit test.

Merge request reports