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 8143c63190
commit 3ce5f50cf9
13 changed files with 519 additions and 1 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>