davsclaus opened a new pull request, #23309: URL: https://github.com/apache/camel/pull/23309
## Summary - Adds a new **"Handling HTTP 429 Too Many Requests"** section to the HTTP component docs explaining that Apache HttpClient 5 (since 5.5.x) honors the `Retry-After` header on 429 responses, which can cause the component to appear hung for long durations (e.g. `Retry-After: 3600` → 1-hour wait). - Documents `automaticRetriesDisabled=true` as the workaround, with both Java and URI option examples. - Improves the `@Metadata` description of `automaticRetriesDisabled` on `HttpComponent` to mention the 429 use case. ## Test plan - [ ] Documentation-only change; no functional code changed. - [ ] Full root build (`mvn install -Dquickly`) completed successfully with regenerated catalog JSON files included. Fixes: https://issues.apache.org/jira/browse/CAMEL-23345 Upstream: https://issues.apache.org/jira/browse/HTTPCLIENT-2421 _Claude Code on behalf of Claus Ibsen_ -- 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]
