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

Create a filter stream #221

Closed
ArnaudBuchholz opened this issue Feb 2, 2018 · 0 comments
Closed

Create a filter stream #221

ArnaudBuchholz opened this issue Feb 2, 2018 · 0 comments
Assignees

Comments

@ArnaudBuchholz
Copy link
Owner

Part of EPIC #155

As a developer, I want a stream-capable filter to select records from an input stream based on the a function

Acceptance criteria:

  • The stream is created with a filter function as parameter: the filter function accepts one parameter
  • The function is called for every write: if the result is true, the buffer is transmitted to the read, otherwise the buffer is dropped
  • As a first implementation, the stream might be a pass-through stream (one in => zero or one out). If needed (to avoid bottlenecks), the stream may evolve to a buffered one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant