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

Sideband descriptors and events #192

Open
CJ-Wright opened this issue Aug 19, 2019 · 0 comments
Open

Sideband descriptors and events #192

CJ-Wright opened this issue Aug 19, 2019 · 0 comments

Comments

@CJ-Wright
Copy link
Member

Currently we handle the merging of raw and analyzed data in an independent step.
We could handle this as the duty of the principle node.
The idea would be to have ToEventStream nodes have caches for the documents.
When it came time for a particular document to be issued it would be combined with the cached document.
This would make certain that the cache was written to before the data was issued from the FromEventStream node, preventing any nasty race conditions.
The event cache would be a single value cache, so if data was skipped (filtered out) then the next unfiltered data would be correctly matched with the incoming event.

This would not prevent additional data being put into the system since we could use the existing combining nodes.

Overall this would simply the pipeline creation process, since we wouldn't need any of the muxing code and for most cases this would provide the correct answer.

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

No branches or pull requests

1 participant