Hey Navneeth, could you clarify a bit on what you mean by `lazy load`, specifically how you make it happen with local KV store?
On Thu, Apr 2, 2020 at 12:09 PM Navneeth Krishnan <reachnavnee...@gmail.com> wrote: > Hi All, > > Is there a recommend way for lazy loading the global state store. I'm using > PAPI and I have the local KV state stores in lazy load fashion so that I > don't end up loading unnecessary data. Similarly I want to get the global > state store to be loaded only when the request has the id for which the > data is not present. > > Thanks >