pyvespa icon indicating copy to clipboard operation
pyvespa copied to clipboard

add ability to manage client lifecycles outside of VespaClients

Open PrathamSoni opened this issue 11 months ago • 0 comments

there exists client overhead for creating vespasync/vespaasync client sessions at call time for say feed_iterable method. These can be created and managed at the app level to limit overhead. In addition, would enable improved connection pooling under the circumstance that client could be passed in as optional arg so that lifecycle of client is managed by end user.

PrathamSoni avatar Mar 20 '24 17:03 PrathamSoni