Hi, We decided that we will take forward the true Async implementation in JClouds.
According to your recommendations from the last time we posted our Async POC (last month in this dev list) we have done the following changes: 1. Isolated all the Apache HTTP client changes in drivers/apachehc. 2. Created a Async Response Parser and Async transformer. 3. Used Listenable Futures instead of Completable Futures. We were looking for early feedback as we continue moving forward. It will help us ensure we are on the right track before submitting a real pull request. You can find the changes here: https://github.com/SpandanThakur/jclouds/pull/2/files Do note we still have to write tests (with proper mocking), make getBlob Async as well, etc. Regards, Spandan Thakur