Skip to content

Apply backpressure strategy when a buffer overflow#82

Merged
bednar merged 10 commits intomasterfrom
csv-import-example
Feb 3, 2020
Merged

Apply backpressure strategy when a buffer overflow#82
bednar merged 10 commits intomasterfrom
csv-import-example

Conversation

@bednar
Copy link
Copy Markdown
Contributor

@bednar bednar commented Jan 28, 2020

The buffered WriteApi client is able to handle large amount of data by applying BackpressureOverflowStrategy.

  • CHANGELOG.md updated
  • Rebased/mergeable
  • Tests pass
  • Sign CLA (if not already signed)

@bednar bednar added bug Something isn't working documentation Documentation change labels Jan 28, 2020
@bednar bednar added this to the 1.5.0 milestone Jan 28, 2020
@codecov-io
Copy link
Copy Markdown

Codecov Report

Merging #82 into master will decrease coverage by 0.01%.
The diff coverage is 93.33%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #82      +/-   ##
============================================
- Coverage     91.14%   91.13%   -0.02%     
  Complexity      607      607              
============================================
  Files           134      134              
  Lines          5209     5232      +23     
  Branches        197      199       +2     
============================================
+ Hits           4748     4768      +20     
  Misses          381      381              
- Partials         80       83       +3
Impacted Files Coverage Δ Complexity Δ
.../influxdb/client/internal/AbstractWriteClient.java 89.57% <93.33%> (-1.92%) 0 <0> (ø)
...luxdb/client/kotlin/internal/QueryKotlinApiImpl.kt 69.81% <0%> (-1.89%) 0% <0%> (ø)
...nfluxdb/client/write/events/BackpressureEvent.java 100% <0%> (+100%) 0% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 62d57b1...2be1b74. Read the comment docs.

@bednar bednar merged commit db8fc9c into master Feb 3, 2020
@bednar bednar deleted the csv-import-example branch February 5, 2020 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working documentation Documentation change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants