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
{{ message }}
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.
According to https://docs.microsoft.com/en-us/rest/api/storageservices/append-block#avoiding-duplicate-or-delayed-appends.
We can avoid duplicate logs by using
x-ms-blob-condition-appendpos
.But current implement seems not support that option:
fluent-plugin-azure-storage-append-blob/lib/fluent/plugin/out_azure-storage-append-blob.rb
Line 206 in 8736061
Can we support this option so do not need to handle duplicate log case
The text was updated successfully, but these errors were encountered: