Interface FlowControlOptions (2.18.3)

FlowControlOptions {number} [maxOutstandingMessages] The maximum number of messages to buffer before publisher flow control kicks in. {number} [maxOutstandingBytes] The maximum number of bytes to buffer before publisher flow control kicks in.

Package

@google-cloud/pubsub

Properties

maxOutstandingBytes

maxOutstandingBytes?: number;
Property Value
TypeDescription
number

maxOutstandingMessages

maxOutstandingMessages?: number;
Property Value
TypeDescription
number