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

EventSourcing concept: EventStore (incl. primary & Ctx-muxed EventStreams) #307

Merged
merged 8 commits into from
Nov 11, 2020

Conversation

RalphSteinhagen
Copy link
Member

  • move DemuxProcessor and tests two package-parents upwards
  • renamed DemuxProcessor to DemuxEventDispatcher
  • added LimitedArrayList and unit-tests
  • added EventStore concept

@codecov
Copy link

codecov bot commented Nov 10, 2020

Codecov Report

Merging #307 (280696c) into aggregateConcept (c779d5b) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@                  Coverage Diff                   @@
##             aggregateConcept     #307      +/-   ##
======================================================
+ Coverage               49.80%   49.82%   +0.01%     
- Complexity               6864     6867       +3     
======================================================
  Files                     380      380              
  Lines                   40065    40065              
  Branches                 6420     6420              
======================================================
+ Hits                    19956    19962       +6     
+ Misses                  18705    18698       -7     
- Partials                 1404     1405       +1     
Impacted Files Coverage Δ Complexity Δ
.../main/java/de/gsi/chart/axes/spi/AbstractAxis.java 75.52% <0.00%> (-0.30%) 176.00% <0.00%> (-1.00%)
...main/java/de/gsi/chart/ui/HiddenSidesPaneSkin.java 44.97% <0.00%> (+0.47%) 35.00% <0.00%> (+1.00%)
...in/java/de/gsi/dataset/utils/NoDuplicatesList.java 57.14% <0.00%> (+50.00%) 4.00% <0.00%> (+3.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 c779d5b...280696c. Read the comment docs.

Copy link
Member

@wirew0rm wirew0rm left a comment

Choose a reason for hiding this comment

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

👍

@RalphSteinhagen RalphSteinhagen merged commit 7f3afa1 into aggregateConcept Nov 11, 2020
@RalphSteinhagen RalphSteinhagen deleted the eventStoreFiltering branch November 11, 2020 12:10
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