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

[WIP] Initial implementation of an EventHandler #1347

Merged
merged 5 commits into from Apr 3, 2017

Conversation

r-marques
Copy link
Contributor

This pr is an initial tentative implementation of a backend event handler so that producer processes can emit events and a consumer process can read the events.

This pr contains some boiler plate code that is not really needed at this point but the idea was to abstract all the aspects of events handling so that it can be easy to extend.

@r-marques r-marques requested a review from vrde March 28, 2017 14:09
@vrde vrde changed the base branch from master to events-api-first-cut March 29, 2017 08:56
@codecov-io
Copy link

codecov-io commented Apr 3, 2017

Codecov Report

Merging #1347 into events-api-first-cut will decrease coverage by 1.06%.
The diff coverage is 66.66%.

@@                   Coverage Diff                    @@
##           events-api-first-cut    #1347      +/-   ##
========================================================
- Coverage                 98.19%   97.13%   -1.07%     
========================================================
  Files                        54       57       +3     
  Lines                      2443     2831     +388     
========================================================
+ Hits                       2399     2750     +351     
- Misses                       44       81      +37

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 02fa788...1e0b6f9. Read the comment docs.

@vrde vrde merged commit 1e0b6f9 into events-api-first-cut Apr 3, 2017
@vrde vrde deleted the feat/1345/block-validation-events branch March 21, 2018 15:49
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

3 participants