Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQ]Support AppendBlobResource and PageableBlobResource in Spring #21461

Closed
z1069867141 opened this issue May 14, 2021 · 1 comment
Closed
Labels
azure-spring All azure-spring related issues azure-spring-storage Spring storage releated issues. Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Milestone

Comments

@z1069867141
Copy link

z1069867141 commented May 14, 2021

Context
we should support pageable blob and append blob too.
Now in our Spring Cloud Azure libraries, we only have implementation based on blockBlobClient, which means spring-cloud-azure-starter-storage-blob only support block blob, but Azure Storage Blob service support three kinds of blobs:

  • block blobs
  • append blobs
  • page blobs
    in order to cover more usage scenarios for users, we should implementations based on AppendBlobClient and PageBlobClient if we want to support appendblob and pageable blob.

Goal
Support AppendBlobResource and PageableBlobResource in Spring Cloud Azure.

Reference
Understanding block blobs, append blobs, and page blobs
image

@ghost ghost added needs-triage This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 14, 2021
@backwind1233 backwind1233 self-assigned this May 14, 2021
@backwind1233 backwind1233 added azure-spring All azure-spring related issues Client This issue points to a problem in the data-plane of the library. labels May 14, 2021
@ghost ghost removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label May 14, 2021
@backwind1233 backwind1233 added azure-spring-storage Spring storage releated issues. feature-request This issue requires a new behavior in the product in order be resolved. and removed customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels May 14, 2021
@backwind1233 backwind1233 added this to the [2021] September milestone Aug 5, 2021
@stliu stliu modified the milestones: [2021] September, Backlog Aug 6, 2021
@backwind1233 backwind1233 changed the title [Enhance Spring integration for storage]Support AppendBlobResource and PageableBlobResource in azure-spring-cloud-storage [FEATURE REQ]Support AppendBlobResource and PageableBlobResource in spring-cloud-azure-starter-storage-blob May 7, 2022
@stliu stliu changed the title [FEATURE REQ]Support AppendBlobResource and PageableBlobResource in spring-cloud-azure-starter-storage-blob [FEATURE REQ]Support AppendBlobResource and PageableBlobResource in Spring Dec 8, 2022
Copy link

Hi @z1069867141, we deeply appreciate your input into this project. Regrettably, this issue has remained inactive for over 2 years, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 18, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
azure-spring All azure-spring related issues azure-spring-storage Spring storage releated issues. Client This issue points to a problem in the data-plane of the library. feature-request This issue requires a new behavior in the product in order be resolved.
Projects
Status: Done
Development

No branches or pull requests

3 participants