weddell icon indicating copy to clipboard operation
weddell copied to clipboard

A Google Pub/Sub library for Elixir

Results 6 weddell issues
Sort by recently updated
recently updated
newest added

Upgrading from 0.3.0 to 0.4.1 caused all my publish calls to fail with the error "status got is 404 instead of 200" Changing back to version 0.3.0 fixes the problem.

The removal of this content type header appears to have cause a 404 error on publish: "status got is 404 instead of 200"

The default batching behavior indicates a publishing delay for small message volumes: > The cost of batching is latency for individual messages, which are queued in memory until their corresponding...

StreamingPull could enable a more consistent message pull experience. Currently I am experiencing arbitrary pull delays in the order of seconds. Adding a StreamingPull implementation may address this. Either way,...

I've seen various errors from time outs to :noproc after a couple of days of my app running. Here is the latest error I received. Let me know what else...

It does not support multiple projects and service accounts. To be precise Goth gets token only if there is one service account in the json. Any reason or just not...