I think there's too much FUD around blobstore. Honestly, if we can implement an AsyncBlobStore that doesn't use http (or futures of it) at all, obv we can do this. I don't understand how we came to forget you can implement Future<Foo> getBlob() with an executorService.
On Fri, Sep 27, 2013 at 2:07 PM, Andrew Bayer <[email protected]>wrote: > @adriancole <https://github.com/adriancole> Yeah, getting rid of the > Async* interfaces is all I care about. What happens behind the scenes > doesn't matter to me - I just want to eradicate Async*. I was given the > impression that this wasn't trivial/desirable with BlobStore, but if it * > is*? Well, then let's get to work getting rid of AsyncBlobStore and its > wretched children. > > — > Reply to this email directly or view it on > GitHub<https://github.com/jclouds/jclouds/pull/156#issuecomment-25277393> > . > --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/156#issuecomment-25277564
