RSocket consumer/sink

* This RSocket consumer is using the fire-and-forget strategy of execution.
* Generating the corresponding sink.
* Addressing the original PR review comments from
  https://github.com/spring-cloud/stream-applications/pull/116

* Addressing PR review comments

* Fix README

* Addressing PR review
This commit is contained in:
Soby Chacko
2020-09-28 16:28:09 -04:00
committed by GitHub
parent f2f6549c61
commit 95b5469a21
7 changed files with 291 additions and 0 deletions

View File

@@ -110,6 +110,11 @@
<artifactId>analytics-consumer</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>rsocket-consumer</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>cassandra-consumer</artifactId>