async-google-pubsub-client icon indicating copy to clipboard operation
async-google-pubsub-client copied to clipboard

[SUNSET] Async Google Pubsub Client

Results 8 async-google-pubsub-client issues
Sort by recently updated
recently updated
newest added

This should be enough to enable deserializing messages that omit the data field, which appears to be valid if there's at least one attribute set. I don't really have the...

Hello: Thanks for making this project open for everyone! I am getting this error message when publishing to a topic. Payload is relatively big . Any idea what may be...

I am trying to use this library with google app engine server (java 8) , when I am running the code locally the code run normally but when I make...

the google pubsub client does not need a valid account for local tests: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md#testing-code-that-uses-pubsub it would be great if this would be possible with the spotify client too

Hi i was trying version 1.28 of your library with a local env of pubsub i started pubsub with command: gcloud beta emulators pubsub start And tried to create a...

I was having issues with subscriptions created with the createSubscription function, where messages weren't being acknowledged on time. I would like to be able to create a subscription with a...

We are getting below exception while using the **async-google-pubsub-client library** to connect application with google cloud pub-sub.We have raised this issue to google cloud team and got a response to...