Google Cloud Pub/Sub C++ Client 2.13.0
A C++ Client Library for Google Cloud Pub/Sub
|
The maximum number of outstanding bytes per streaming pull. More...
#include <google/cloud/pubsub/options.h>
Public Types | |
using | Type = std::int64_t |
The maximum number of outstanding bytes per streaming pull.
The Cloud Pub/Sub C++ client library uses streaming pull requests to receive messages from the service. The service will stop delivering messages if this many bytes or more worth of messages have not been acknowledged nor rejected.
If a negative or 0 value is supplied, the number of bytes will be unlimited.
using google::cloud::pubsub::MaxOutstandingBytesOption::Type = std::int64_t |