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
Add new and more performant variants for the existing Sinks for the MongoDb connector that allows parallel execution of the operations. That would imply adding new signatures that expect a list of events instead of single ones.
The new signatures might be called same as the method but adding a Parallel suffix:
Example: cmd.sink.updateMany and (updateManyPar or updateManyBatch)
The text was updated successfully, but these errors were encountered:
Add new and more performant variants for the existing Sinks for the MongoDb connector that allows parallel execution of the operations. That would imply adding new signatures that expect a list of events instead of single ones.
The new signatures might be called same as the method but adding a
Parallel
suffix:Example:
cmd.sink.updateMany
and (updateManyPar
orupdateManyBatch
)The text was updated successfully, but these errors were encountered: