Replies: 3 comments 2 replies
-
We dont support it because it would bring in a an extra dependencies. However a CompletableFuture can be turned back into a Mono or Flow easily enough |
Beta Was this translation helpful? Give feedback.
2 replies
-
@bbakerman you closed this as resolved, but I don't believe it really is? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Almost all java libs and frameworks I used in projects are moved to Java 11 and Java 17, I think this data-loader project should catch up the main stream. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spring Graphql added an variant for the reactive/webflux implementations. I hope the upstream project can consider ReactiveStreams API(
Publisher
) and Kotlin Couroutines(suspend fun
orFlow
) as alternatives of the existing return type( Java 8CompletionStage
) of a BatchLoader or MappedBatchLoader.Beta Was this translation helpful? Give feedback.
All reactions