Github user ddebrunner commented on a diff in the pull request:
https://github.com/apache/incubator-quarks-website/pull/18#discussion_r57167388
--- Diff: site/recipes/recipe_different_processing_against_stream.md ---
@@ -0,0 +1,150 @@
+---
+title: Recipe 4. Applying Different Processing Against a Single Stream
--- End diff --
I think this one needs a better title, I was expecting an example of
fan-out where the a single stream is fed into different functions, (e.g.
```
stream = ...
stream.filter(...);
stream.map(...);
```
Instead this is an example of pipeline processing, a stream is
transformed/filtered into a different stream.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---