Skip to content

[0.22.0-beta] StreamingSubscriberConnection unlimited increasing the channelReconnectBackoff duration #2406

@Andy2003

Description

@Andy2003

The Pub/Sub Subscriber of version 0.22.0-beta uses streaming as its subscription connection by default. This setting cannot be changed, because of the default access of the Subcriber.Builder#setUseStreaming method.
The Problem with the StreamingSubscriberConnection is, that on each re-connection (which occurs quite often) the channelReconnectBackoff duration is doubled. There is no upper limit, nor any reset of the channelReconnectBackoff duration on successful messages.

Metadata

Metadata

Assignees

Labels

api: pubsubIssues related to the Pub/Sub API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions