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
The current implementations of messaging use message pumps with callbacks which is not as efficient as bulk requesting in some circumstances. High volume scenarios should be bulk fetching to reduce costs as well since you are charged per request.
Publish and subscribe should ideally have corresponding bulk overload/versions as well.
The text was updated successfully, but these errors were encountered:
Yes, queues also need bulk actions. Would you be willing to submit a pr / have a discussion on this? Ideally the interfaces would just have the bulk implementations and then we have overloads that just call into the bulk versions. I think one of the issues with bulk receiving is we have a greater chance of losing messages from the brokers if we go down with our configuration we use now (we prefer speed currently).
The current implementations of messaging use message pumps with callbacks which is not as efficient as bulk requesting in some circumstances. High volume scenarios should be bulk fetching to reduce costs as well since you are charged per request.
Publish and subscribe should ideally have corresponding bulk overload/versions as well.
The text was updated successfully, but these errors were encountered: