Files
Soby Chacko 24997117d4 Spring Boot and Cloud updates
Update samples to use Boot 2.4.4
Spring Cloud is updated to 2020.0.2

Remove empty integration tests
2021-03-24 22:47:17 -04:00
..
2020-12-07 09:25:02 -05:00
2020-12-11 12:38:43 -05:00
2020-12-07 09:25:02 -05:00
2020-12-07 09:25:02 -05:00
2020-12-07 09:25:02 -05:00
2021-03-24 22:47:17 -04:00

= Couchbase Stream Applications

A sample Spring Cloud Stream Application and Consumer to demonstrate testing strategies using TestContainers.

This project includes the following modules:

* link:couchbase-consumer/[couchbase-consumer] - A Consumer to upsert documents into Couchbase
* link:couchbase-sink/[couchbase-sink] - A Spring Cloud Stream sink application to invoke the consumer

== Build

```bash
./mvnw clean install
```

=== Build container image and run integration tests
```bash
./mvnw install -Pintegration
```