vesoft-inc / nebula-python

Client API of Nebula Graph in Python
194 stars 76 forks source link

nebula2-python SessionPool Support #246

Closed liuxiaocs7 closed 1 year ago

liuxiaocs7 commented 1 year ago

General Question

Now there is a project still using nebula2.x, is there any plan to support sessionpool in nebula2.6.0, thx

MuYiYong commented 1 year ago

Hi, we won't revert the session pool feature to 2.6, you can upgrade to 3.x or refer to the session pool implementation in 3.x

Here is the reference: https://github.com/vesoft-inc/nebula-python/blob/release-3.3/example/SessinPoolExample.py

liuxiaocs7 commented 1 year ago

OK, thx