Github user arunmahadevan commented on a diff in the pull request:
https://github.com/apache/storm/pull/1955#discussion_r102639909
--- Diff: docs/index.md ---
@@ -31,6 +28,31 @@ Trident is an alternative interface to Storm. It
provides exactly-once processin
* [Trident spouts](Trident-spouts.html) -- transactional and
non-transactional data intake
* [Trident RAS API](Trident-RAS-API.html) -- using the Resource Aware
Scheduler with Trident.
+#### Streams API
+
+Stream APIs is another alternative interface to Storm. It provides a typed
API for expressing streaming computations and supports functional style
operations.
+
+NOTE: Streams API is an `experimental` feature, and further works might
break backward compatibility.
+We're also noticing it via annotating classes with marker interface
`@InterfaceStability.Unstable`.
--- End diff --
~~noticing it~~ notifying it
---
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.
---