Skip to content

gh-19068 - prevent thundering herd on jwks fetch#19069

Open
anschnapp wants to merge 1 commit intospring-projects:mainfrom
anschnapp:gh-19068-prevent-thundering-herd-jwks-fetch
Open

gh-19068 - prevent thundering herd on jwks fetch#19069
anschnapp wants to merge 1 commit intospring-projects:mainfrom
anschnapp:gh-19068-prevent-thundering-herd-jwks-fetch

Conversation

@anschnapp
Copy link
Copy Markdown

Concurrent requests arriving during cold start (empty JWK cache) should coalesce into a single HTTP call to the JWKS endpoint. It seems like the intension was that this already should work because of the cache() reactive operator.

Please see #19068 for more information

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 14, 2026
@anschnapp anschnapp force-pushed the gh-19068-prevent-thundering-herd-jwks-fetch branch 2 times, most recently from 3ce813b to 573e026 Compare April 15, 2026 07:30
Signed-off-by: anschnapp <a.snap@t-online.de>
@anschnapp anschnapp force-pushed the gh-19068-prevent-thundering-herd-jwks-fetch branch from 573e026 to 304310a Compare April 15, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants