'Mongo Query on hystrix thread

My service first calls remote service(using hystrix with default values v.1.5.18 thread pool) and then saves response to MongoDb. My problem is that query to MongoDB runs on hystrix thread pool and I don't know why. Could you give me some advice why is that or I can verify it?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source