Use azure storage V10 to get async storage usage
@ohadbitt is already working on this.
Since May 4, 2020.
Assessment
This issue has not been assessed yet.
Description
This issue is with high importance.
We need to upgrade to storage client to V10 in order to get async operations.
The current implementation is not async.
In version 10 the Azure Storage Java SDK was separated into 2 sub-modules:
azure-storage-blob
azure-storage-queue
In order to use these modules, they must be added as dependencies to the ingest/pom.xml file, instead of the currently used azure-storage dependency: (Correct to the date of writing this comment)
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>10.1.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage-queue</artifactId>
<version>10.0.0-Preview</version>
</dependency>
Note that currently the azure-storage-queue is a preview version
Migrating to version 10 will require a substantial rewrite of any component that interfaces with Azure Storage.
Here is a list of the classes in the “ingest” module that are involved with the Azure Storage SDK: (correct to the date of writing this comment)
- AzureStorageClient.java
- IngestClientImpl.java
- IngestionStatus.java
- TableReportIngestionResult.java
- IngestClientImplTest.java
- AzureStorageClientTest.java
- Dominant language
- Java
- Stars
- 46
- Forks
- 49
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Azure/azure-kusto-java
-
Difficulty 3/5 1-2 days Newbie friendliness 58/100
Azure/azure-kusto-java#477 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
Azure/azure-kusto-java#401 ·
-
Azure/azure-kusto-java#369 · 1 comment · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 32/100
Azure/azure-kusto-java#334 · 13 comments · 2 reactions ·
-
Azure/azure-kusto-java#232 · 3 comments · 1 assignee ·
All issues in Azure/azure-kusto-java
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
infinispan/infinispan#18150 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
opensearch-project/k-NN#3597 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100