-
-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use ThreadLocalAccessor
for WebClient in Spring Boot 3 sample
#2568
Use ThreadLocalAccessor
for WebClient in Spring Boot 3 sample
#2568
Conversation
|
Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
2e82a91 | 301.84 ms | 359.88 ms | 58.04 ms |
02d7ab6 | 307.38 ms | 333.83 ms | 26.45 ms |
09f597a | 284.63 ms | 359.79 ms | 75.16 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
2e82a91 | 1.73 MiB | 2.34 MiB | 626.30 KiB |
02d7ab6 | 1.73 MiB | 2.34 MiB | 626.30 KiB |
09f597a | 1.73 MiB | 2.34 MiB | 626.30 KiB |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## feat/use-thread-local-accessor-in-webflux-sample #2568 +/- ##
===================================================================================
Coverage 80.35% 80.35%
Complexity 4011 4011
===================================================================================
Files 332 332
Lines 15148 15148
Branches 1979 1979
===================================================================================
Hits 12172 12172
Misses 2197 2197
Partials 779 779 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…feat/use-thread-local-accessor-for-webclient
…feat/use-thread-local-accessor-for-webclient
#skip-changelog
📜 Description
Use
ThreadLocalAccessor
for WebClient in Spring Boot 3 sample💡 Motivation and Context
To showcase how it can be used.
💚 How did you test it?
📝 Checklist
sendDefaultPII
is enabled.🔮 Next steps