DEV Community

Rinky Goyal @GraphQLConf
Rinky Goyal @GraphQLConf

Posted on

@CacheResult of Hystrix is not working with RxJava

I am using Hystrix request level caching but with RxJava new threads are created depending on the kind of schedulers. I am using schedulers.io.
I get error Hystrix Request Context should be initialized wheb it's already initialized but they are threadlocal and hence to just main thread.
Can they be used together?

Top comments (0)