-
Notifications
You must be signed in to change notification settings - Fork 61
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
RUM-3670 backpressure strategy #1938
RUM-3670 backpressure strategy #1938
Conversation
8952e8f
to
f389406
Compare
f389406
to
a298751
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done !!
...-core/src/main/kotlin/com/datadog/android/core/internal/thread/BackPressuredBlockingQueue.kt
Show resolved
Hide resolved
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/2.7.0 #1938 +/- ##
=================================================
- Coverage 83.56% 83.33% -0.23%
=================================================
Files 481 485 +4
Lines 17413 17465 +52
Branches 2590 2591 +1
=================================================
+ Hits 14550 14553 +3
- Misses 2177 2202 +25
- Partials 686 710 +24
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work! I added some questions for the better understanding.
What does this PR do?
Create a BackPressure setting and BackPressure compatible BlockingQueue (will be used in a follow up PR)