From 3e4a53a3084bf9ac77660a1910ec00cfadd23f58 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Fri, 9 Mar 2018 11:04:21 -0500 Subject: [PATCH] Update root README. --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 16ba758..35ececc 100644 --- a/README.adoc +++ b/README.adoc @@ -29,6 +29,7 @@ However, the recommended approach to build them is to pick the sample that you a * Basic StreamListener sample (Kafka and Rabbit) * Transformer sample (Kafka and Rabbit) * Reactive processor sample (Kafka and Rabbit) +* Sensor average calculation using reactive patterns (Kafka and Rabbit) ==== Multi IO sample @@ -66,4 +67,4 @@ A collection of various applications in stream processing using Spring Cloud Str This module is strictly used as an end to end acceptance test framework for the samples in this repo. By default, the tests are not run as part of a normal build. -Please see the README in the acceptance test module for more details. \ No newline at end of file +Please see the README in the acceptance test module for more details.