grpc_pubsub 2.0.0 copy "grpc_pubsub: ^2.0.0" to clipboard
grpc_pubsub: ^2.0.0 copied to clipboard

Wrapper client around the gRPC based APIs for Google Pub/Sub that supports streaming and retries.

Table of Contents

grpc_pubsub #

Library to work with the the gRPC based APIs for Cloud Pub/Sub.

All the requests support retries with a progressive backoff by default. The streaming pull is designed to be fault tolerant with automated reconnects to ensure that once subscribed, the messages are properly received with minimal effort from the client.

Using the library #

Add the repo to your Flutter pubspec.yaml file.

dependencies:
  grpc_pubsub: <<version>> 
copied to clipboard

Then run...

flutter packages get
copied to clipboard
0
likes
150
points
101
downloads

Publisher

verified publisherpeifferinnovations.com

Weekly Downloads

2024.09.21 - 2025.04.05

Wrapper client around the gRPC based APIs for Google Pub/Sub that supports streaming and retries.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

grpc, grpc_googleapis, grpc_protobuf_convert, logging, meta, protobuf

More

Packages that depend on grpc_pubsub