Add test-embedded-kafka Sample

Also some general README and pom cleanup.

README Polishing

Resolves #37

Polishing - Use Boot Config for Test Consumer

Possible now that https://github.com/spring-cloud/spring-cloud-stream-binder-kafka/pull/137 is merged.
This commit is contained in:
Gary Russell
2017-04-12 12:15:30 -04:00
committed by Vinicius Carvalho
parent 6fec783413
commit b29fc5491a
11 changed files with 282 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>reactive-processor-kafka</artifactId>
<artifactId>spring-cloud-stream-sample-reactive-processor-kafka</artifactId>
<properties>
<java.version>1.8</java.version>
@@ -59,4 +59,4 @@
</plugins>
</build>
</project>
</project>