Re: Enable state cache in Python SDK

2023-10-16 Thread Robert Bradshaw via dev
+1, we should definitely be enabling at least some caching by default here. Added some comments to the doc. On Mon, Oct 16, 2023 at 9:27 AM Anand Inguva via dev wrote: > > Hello, > > In Python SDK, the user state and side input caching is disabled by default > for all the runners except FnAPI di

Re: Enable state cache in Python SDK

2023-10-16 Thread Anand Inguva via dev
My bad! It was on viewer access when I shared. I updated the doc access to commenters now. On Mon, Oct 16, 2023 at 12:26 PM Anand Inguva wrote: > Hello, > > In Python SDK, the user state and side input caching is disabled by > default for all the runners except FnAPI direct runner(intended for t

Enable state cache in Python SDK

2023-10-16 Thread Anand Inguva via dev
Hello, In Python SDK, the user state and side input caching is disabled by default for all the runners except FnAPI direct runner(intended for testing purposes). I would like to propose that we enable the state cache for the Python SDK similar to other SDKs. I created a doc[1] on why we need to do