damondouglas opened a new issue, #29770: URL: https://github.com/apache/beam/issues/29770
### What needs to happen? The main challenge when working with Web APIs within a large distributed processing context is overuse errors such as HTTP 429 or gRPC RESOURCE_EXHAUSTED errors. Many Beam developers use Pub/Sub as an entry point to pipelines, that contribute to these overuse errors when used with Web API based pipelines. The output of this task is a PubsubIO.FixedRateRead that pulls from a Pub/Sub subscription at a configurable fixed rate. ### Issue Priority Priority: 2 (default / most normal work should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
