Replies: 1 comment 1 reply
-
After Some debugging i have found the reason why it happens. When there is a nested data object inside another data object the nested data object is completed in the thread in which the outer object is completed. For eg: But one issue we faced we couldn't do it on the main query resolver thread. In the above e.g let's say another Thanks. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hii team,
GraphqlRootResolver are running in a user defined threadpool. But GraphqlResolvers are running in OkHttp Thread Pool. The Mdc context is removed for http threadpool. So My Questions are
My User defined Threadpool Looks Like this
MdcTaskDecorator code
Beta Was this translation helpful? Give feedback.
All reactions