Jul 25 2018
04:31 PM
- last edited on
Jul 31 2018
12:35 PM
by
TechCommunityAP
Jul 25 2018
04:31 PM
- last edited on
Jul 31 2018
12:35 PM
by
TechCommunityAP
Cloud scale applications typically require high concurrency to achieve desired performance when accessing remote data. The new Storage Java SDK simplifies building such applications by offering asynchronous operations, eliminating the need to create and manage a large thread-pool. This new SDK uses the RxJava reactive programming model for asynchronous operations, also relying on Netty HTTP client for REST requests. Get started with the Azure Storage SDK for Java now.
Azure Storage SDK v10 for Java adopts the next-generation Storage SDK design providing thread-safe types that were introduced earlier with the Storage Go SDK release. This new SDK is built to effectively move data without any buffering on the client, and provides interfaces close to the ones in the Storage REST APIs.
Read about it in the Azure blog.