Skip to content
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

#29 fix OverflowException in Flux.interval when kafka broker is unavailable for some time #40

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

OlegDokuka
Copy link
Contributor

Added onBackpressureLatest to skip emitted intervals during a hang

…ilable for some time

- added `onBackpressureLatest` in order to skip emitted intervals during a hang
@OlegDokuka OlegDokuka requested a review from smaldini July 8, 2018 13:54
@OlegDokuka OlegDokuka self-assigned this Jul 8, 2018
@OlegDokuka OlegDokuka added the type/bug A general bug label Jul 8, 2018
@codecov-io
Copy link

codecov-io commented Jul 8, 2018

Codecov Report

Merging #40 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #40      +/-   ##
============================================
+ Coverage     84.33%   84.35%   +0.01%     
  Complexity      180      180              
============================================
  Files            13       13              
  Lines           945      946       +1     
  Branches        106      106              
============================================
+ Hits            797      798       +1     
  Misses          108      108              
  Partials         40       40
Impacted Files Coverage Δ Complexity Δ
...kafka/receiver/internals/DefaultKafkaReceiver.java 87.58% <100%> (+0.02%) 54 <1> (ø) ⬇️

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 aaadc18...2f1a3d2. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants