Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Support append_position to avoid duplicate log #23

Open
Binyang2014 opened this issue Sep 10, 2020 · 0 comments
Open

Support append_position to avoid duplicate log #23

Binyang2014 opened this issue Sep 10, 2020 · 0 comments

Comments

@Binyang2014
Copy link

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:

@bs.append_blob_block(@azure_container, @azure_storage_path, content[position..position + size])

Can we support this option so do not need to handle duplicate log case

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant