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
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)
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
The text was updated successfully, but these errors were encountered:
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:
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)
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)
The text was updated successfully, but these errors were encountered: