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
For endpoints subscribing to multiple types, initializing of the topology can take a long time. For example, we have seen customers endpoints taking 20 seconds to set up the topology. Investigate whether it is possible to speed up the process by for example doing the topology declaration in Parallel (as long as the channel model is still synchronous) or later concurrently when the client is fully asynchronous.
The text was updated successfully, but these errors were encountered:
For endpoints subscribing to multiple types, initializing of the topology can take a long time. For example, we have seen customers endpoints taking 20 seconds to set up the topology. Investigate whether it is possible to speed up the process by for example doing the topology declaration in Parallel (as long as the channel model is still synchronous) or later concurrently when the client is fully asynchronous.
The text was updated successfully, but these errors were encountered: