rocketraman
08/14/2022, 4:11 PMIOException: Broken pipe
) from my db driver. While I continue to investigate the root cause of this, I'd like to add a workaround with some retry logic. Since the underlying exception could occur pretty much anywhere, I'm thinking having the logic at the graphql-kotlin layer makes sense, if it is possible. What would the right way to do this? Would an interceptor work for this case?defaultDataFetcherExceptionHandler
is invoked for the entire message. Would be nice to be able to retry the fetch for just the field that failed, but I'd settle for retrying the entire thing.Dariusz Kuc
08/14/2022, 11:01 PMrocketraman
08/15/2022, 12:42 AMArnab
08/16/2022, 11:01 AM