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

New experimental demand capping operators #877

Merged
merged 1 commit into from
Mar 20, 2022

Conversation

jponge
Copy link
Member

@jponge jponge commented Mar 18, 2022

Implements #873

@jponge jponge added this to the 1.5.0 milestone Mar 18, 2022
@jponge jponge added the enhancement New feature or request label Mar 18, 2022
@jponge jponge requested a review from cescoffier March 18, 2022 14:59
@jponge jponge linked an issue Mar 18, 2022 that may be closed by this pull request
@jponge jponge force-pushed the feature/cap-demand-operator branch from cba13f4 to cba5a15 Compare March 18, 2022 15:00
@jponge jponge force-pushed the feature/cap-demand-operator branch from cba5a15 to 86b663d Compare March 18, 2022 15:06
@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@31657c0). Click here to learn what that means.
The diff coverage is 82.75%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #877   +/-   ##
=======================================
  Coverage        ?   89.25%           
  Complexity      ?     3095           
=======================================
  Files           ?      391           
  Lines           ?    12475           
  Branches        ?     1591           
=======================================
  Hits            ?    11135           
  Misses          ?      701           
  Partials        ?      639           
Impacted Files Coverage Δ
...rye/mutiny/operators/multi/MultiDemandCapping.java 80.76% <80.76%> (ø)
...tation/src/main/java/io/smallrye/mutiny/Multi.java 94.11% <100.00%> (ø)
...va/io/smallrye/mutiny/operators/AbstractMulti.java 97.50% <100.00%> (ø)

@cescoffier cescoffier merged commit c7f0132 into main Mar 20, 2022
@cescoffier cescoffier deleted the feature/cap-demand-operator branch March 20, 2022 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Demand caping operator
2 participants