googleapis / googleapis/google-cloud-java
[sdk-platform-java] feat: Enforce RPC deadlines even when GRPC does not
Open
priority: p2
type: feature request
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
#### Environment details
- Programming language: Java
- OS: Linux
#### Steps to reproduce
1. Create a singleton RPC call for the Pub/Sub Lite cursor service using the blocking generated GAX surface, or using the futures surface followed by a call to `get()`
2. It blocks forever (or at least 100 hours) in some edge case, despite a timeout of 300 seconds in the service configuration.
Contributor guide
Assessment
This issue has not been assessed yet.