Replies: 1 comment 1 reply
-
I think you can build something on top the current future/promise with a timer for batching, eg the groupWeithedWithin in pekko/akka stream |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using Gears -- mostly Future/await at the moment -- and happy to far. However, as our application grows, and we look towards optimizing some flows, we are doing more and more work around batching requests as a means of reducing latency and improving efficiency.
There are a few libraries that provide helpful tools for batching requests, in particular,
My questions are:
thanks!
Beta Was this translation helpful? Give feedback.
All reactions