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
After looking at the BatchPut interface of rawkv, it was found that requests are sent in a loop through all regions, which cannot guarantee atomicity.
Is there a way to ensure the atomicity of batch operations in the rawkv interface.Thanks.