This is a change log for the flespi stream to the Google Pub/Sub service.
Pub/Sub is used for streaming analytics and data integration pipelines to ingest and distribute data.
Follow our step-by-step guide on how to stream telemetry data to the Google Pub/Sub service.
The stream configuration has changed. Now it can send the JSON encoded in base64 and the attributes simultaneously.
Google Pub/Sub stream has been updated, a check has been added for the number of attributes in one message and the size of attribute values, according to the service documentation (https://cloud.google.com/pubsub/quotas). Messages that fail verification will be skipped.
Stream logs were rebuilt. Now, a log is registered for each message received by the stream. If the message was not sent, the log contains the reason.
Added Batch messages limit configuration to limit the size of the batches sent by stream. The default value is 1000 messages per batch.
Batch messages limit configuration field removed. Set limit to 1000 messages per batch according to service limits