Add Public Website documentation for RateLimiter#37949
Add Public Website documentation for RateLimiter#37949tarun-google wants to merge 8 commits intoapache:masterfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly enhances the Apache Beam documentation by introducing a dedicated section on rate limiting patterns. It addresses the critical challenge of managing interactions with external systems that impose quotas in highly parallelized Beam pipelines. The new documentation provides guidance on deploying a centralized Rate Limit Service (RLS) on GKE, offers detailed code examples for both Java and Python, and explains how to integrate rate limiting with Dataflow, including its autoscaler. This addition aims to help users effectively prevent external service overload and ensure stable pipeline operations. Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #37949 +/- ##
============================================
+ Coverage 56.87% 56.89% +0.02%
Complexity 3417 3417
============================================
Files 1178 1178
Lines 187492 187612 +120
Branches 3590 3590
============================================
+ Hits 106628 106739 +111
- Misses 77472 77481 +9
Partials 3392 3392
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
|
Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment |
website/www/site/content/en/documentation/patterns/rate-limiting.md
Outdated
Show resolved
Hide resolved
damccorm
left a comment
There was a problem hiding this comment.
Thanks - generally LGTM, just had one comment
damccorm
left a comment
There was a problem hiding this comment.
Thanks! Rerunning some checks to get a green signal, then I'll merge
Add Public Website documentation for RateLimiter



overview page:
Main documentation:
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.