From 22856c20db14f13fc141be9bed9024a1d903370e Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 30 Oct 2019 21:39:24 -0400 Subject: [PATCH] Polishing --- README.adoc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.adoc b/README.adoc index 35ececc..a1fa11b 100644 --- a/README.adoc +++ b/README.adoc @@ -16,14 +16,8 @@ However, the recommended approach to build them is to pick the sample that you a ==== Source samples -* Sample JDBC source using MySQL - MariaDB variant - (Kafka and Rabbit) - * Source with dynamic destinations (Kafka and Rabbit) -==== Sink samples - -* Simple JDBC sink using MariaDB (Kafka and Rabbit) - ==== Processor samples * Basic StreamListener sample (Kafka and Rabbit) @@ -62,9 +56,3 @@ A collection of various applications in stream processing using Spring Cloud Str * Sample with embedded Kafka * General testing patterns in Spring Cloud Stream - -==== Samples Acceptance Tests - -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.