googleapis / googleapis/java-pubsublite
Consider implementing publish flow control
Open
api: pubsublite
priority: p3
type: feature request
- Dominant language
- Java
- Stars
- 42
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
When a streaming connection to the pub/sub lite service is started, an InitialRequest is sent to establish the stream. Typically, we wait until an initial response is received before the stream enters the "running" state.
However, if the InitialRequest fails due to a retryable error, the connection is retried and the stream enters the "running" state before an initial response has been received.
Contributor guide
Assessment
This issue has not been assessed yet.