https://kotlinlang.org logo
#graphql-kotlin
Title
# graphql-kotlin
d

Dusan Hornik

09/23/2020, 1:09 PM
Hello, thank you for the great library. I am trying to cache some database calls on per request basis. I thought I could use Spring components with @RequestScope, however that doesn’t seem to be supported with Reactive Stack. Do you have any recommendations on what to use instead?
d

Dariusz Kuc

09/23/2020, 6:07 PM
hello 👋 you probably could manually invoke some cache manager from target functions but unsure if that is the best way since this is Spring Webflux specific you could check with #spring for recommendations
6 Views