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

Support append_position to avoid duplicate log #23

@Binyang2014

Description

@Binyang2014

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions