Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

Releases: googlearchive/pubsubbeat

Connection Pooling

15 Jan 15:44
e16881b
Compare
Choose a tag to compare
Connection Pooling Pre-release
Pre-release

This release adds the ability to set the Pub/Sub client to use multiple subscription clients via the configuration option subscription.connection_pool_size. The default value is 1.

Pub/Sub as of 2020-01-15 has a limit of 10MB/s per streaming subscription so opening more should allow greater throughput unless Pub/Sub is being limited by a different quota. Pub/Sub guarantees at-least-once delivery, and additional clients may cause an increased number of duplicate events.

2020 Bump

09 Jan 15:59
Compare
Choose a tag to compare
  • Added ability to use JSON fields at root thanks to @andrewteal.
  • Prevent returning errors the first time subscriptions are added thanks to @dlmather.
  • Converted to go modules thanks to @SuperQ.

This release was made possible by a great community of dedicated folks, thank you all!

Optionally Create Subscription

23 Oct 21:38
Compare
Choose a tag to compare

Add a flag that lets users control if the subscription should be created or not.

Standardize UA

01 Jun 18:08
Compare
Choose a tag to compare
v1.0.1

Add semi-colon in user-agent for consistency (#11)

Initial Release

03 Apr 19:28
Compare
Choose a tag to compare

The initial release.