-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if saveAll(Flux<T>) can be reverted to user bufferTimeout(). #2607
Comments
Note 2023-08-21: I reverted to using |
Hi, I played a bit with the
Do you mean using Here's a diff of how this could work. I adjusted the time values to make it easily reproducible on my machine.
|
Referring to the discussion in #2576 (comment) we should check if the implementation of
saveAll(Flux<T))
can be reverted to use the more performantbufferTimeout()
implementation when reactor core is pulled in in version 3.5.7.The text was updated successfully, but these errors were encountered: