This repository has been archived by the owner on Jun 20, 2020. It is now read-only.
Releases: googlearchive/pubsubbeat
Releases · googlearchive/pubsubbeat
Connection Pooling
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
- 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
Add a flag that lets users control if the subscription should be created or not.
Standardize UA
v1.0.1 Add semi-colon in user-agent for consistency (#11)
Initial Release
The initial release.