Replies: 1 comment
-
@ksvasan I'm not familiar with how Reactor works, never run the SDK coupled with Reactor before so don't really know the answer... Maybe someone in the community can help. |
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
-
We're using the below AWS APIs extensively for many of our customers on the Java SDK.
The issue is that we're seeing that these calls take a lot of time when coupled with reactor (but only for the first run). We're using the below APIs (a lot of times with former and latter throttled to 2.5 rps)
Even when I limit the reactive pipeline to stop with (1) it takes lots of time to list all the flowlogs across multiple customers. Is there a reason for this behavior (is this default for reactor - could it be something like this?)
To give a sample of the delays that we're seeing a normal load pipeline running in 10 hrs takes like 60-80 hrs in the first run, subsequent runs are close to the 10 hr mark. Is there any reason for this behavior, or have we seen this happening before, or is there a way to speed this up?
AWS Java SDK: 2.17.116
Reactor: 3.4.13
Beta Was this translation helpful? Give feedback.
All reactions