dashbitco / broadway_cloud_pub_sub

A Broadway producer for Google Cloud Pub/Sub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update :google_api_pub_sub to v0.11

mcrumm opened this issue · comments

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.