You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time taken by dynamically registering new integration flow is increasing as more flows are being registered. Each flow has unique flow id passed.
Lets say we have a flow which contains 20 different beans,
Initially, when application starts, registering new flows takes less time for instance 10 seconds
and as more and more flows are registered, time is increasing significantly and at last it is around 30 minutes.
Note that, All these flows are registered in parallel
We are expecting this time to be same or vary slightly as new beans are being added to the context.