Any recommendations on how to go async to gcould

38 views
Skip to first unread message

Brent Gracey

unread,
Mar 2, 2015, 8:00:11 AM3/2/15
to scala...@googlegroups.com
The client libs for gCloud storage are blocking.

There are docs for writing HTTP API calls; but come with large dis-claimers from Google saying - this is hard; you will get it wrong and create security issues.

So my rather broad question is - in thoughts on how to go async with gCloud?

If this isn't quite the correct group to post this question in then please shout.

Thanks
Brent

Naftoli Gugenheim

unread,
Mar 8, 2015, 5:03:29 AM3/8/15
to Brent Gracey, scala...@googlegroups.com

What exactly is your need to go async?


--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Daniel Armak

unread,
Mar 8, 2015, 6:15:07 AM3/8/15
to Brent Gracey, scala-user
Disclaimers or not, there's no way around it: if there's no existing async implementation, you will need to write a new one.

If it's really hard to make the correctly formed and signed HTTP requests, you might be able to cannibalize the existing Google library to reuse the code that makes the requests, but send them yourself (after translating them to the model classes of the async HTTP library you'll use).

Daniel Armak

--
You received this message because you are subscribed to the Google Groups "scala-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scala-user+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages