dashbitco / broadway_cloud_pub_sub

A Broadway producer for Google Cloud Pub/Sub
Apache License 2.0
70 stars 24 forks source link

Update :google_api_pub_sub to v0.11 #25

Closed mcrumm closed 5 years ago

mcrumm commented 5 years ago

The latest version of the Pub/Sub library requires :google_gax ~> 0.2, which requires the proper versions of Tesla and Poison, so we can trim down the deps specified here.

Gax v0.2.0 still doesn't directly expose the call to Tesla.client/1,2, so our adapter override will need to remain in place for the time being.