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

Disruptor demux aggregation proof of concept #298

Merged
merged 1 commit into from
Nov 3, 2020

Conversation

wirew0rm
Copy link
Member

@wirew0rm wirew0rm commented Nov 3, 2020

Demonstrates aggregation of multiple overlapping event sequences into separate aggregation workers and republishing of aggregate events.
Use an event generator to test different event scenarios.

@wirew0rm wirew0rm force-pushed the akrimmDisruptorAggregatorPoC branch 2 times, most recently from 44a8d6a to a6006d4 Compare November 3, 2020 15:29
Copy link
Member

@RalphSteinhagen RalphSteinhagen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice concept! LGTM

@wirew0rm wirew0rm marked this pull request as ready for review November 3, 2020 17:03
@codecov
Copy link

codecov bot commented Nov 3, 2020

Codecov Report

Merging #298 into aggregateConcept will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@                 Coverage Diff                 @@
##             aggregateConcept     #298   +/-   ##
===================================================
  Coverage               49.80%   49.80%           
- Complexity               6862     6864    +2     
===================================================
  Files                     380      380           
  Lines                   40065    40065           
  Branches                 6420     6420           
===================================================
+ Hits                    19953    19955    +2     
  Misses                  18706    18706           
+ Partials                 1406     1404    -2     
Impacted Files Coverage Δ Complexity Δ
...hart/plugins/measurements/DataSetMeasurements.java 75.77% <0.00%> (+0.34%) 153.00% <0.00%> (+2.00%)

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 6e435df...b5ecaf3. Read the comment docs.

@RalphSteinhagen RalphSteinhagen merged commit c779d5b into aggregateConcept Nov 3, 2020
@RalphSteinhagen RalphSteinhagen deleted the akrimmDisruptorAggregatorPoC branch November 3, 2020 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants