You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,17 @@
3
3
This repository contains a collection of applications written using Spring Cloud Stream. All the applications are self-contained.
4
4
They can be run against either Kafka or RabbitMQ middleware technologies.
5
5
You have the option of running the samples against local or Docker containerized versions of Kafka and Rabbit.
6
-
For convenience, `docker-compose.yml` files are provided as part of each application wherever it is applicable.
7
-
For this reason, Docker Compose is required and it’s recommended to use the https://docs.docker.com/compose/install/[latest version].
8
-
These compose files bring up the middleware (kafka or Rabbit) and other necessary components for running each app.
9
-
If you bring up Kafka or RabbitMQ in Docker containers, please make sure that you bring them down while in the same sample directory.
10
-
You can read the README that is part of each sample and follow along the instructions to run them.
11
6
12
-
You can build the entire samples by going to the root of the repository and then do: `./mvnw clean package`
7
+
You can build the entire samples by going to the root of the repository and then execute: `./mvnw clean package`.
8
+
13
9
However, the recommended approach to build them is to pick the sample that you are interested in and go to that particular app and follow the instructions there in the README for that app.
10
+
11
+
=== Provided Sample Applications
12
+
13
+
Below, you can find the list of all the provided sample applications.
14
+
15
+
==== Confluent Schema Registry Integration
16
+
17
+
This set of sample applications show how Spring Cloud Stream Kafka applications integrate with Confluent Schema Registry.
18
+
You can find more details at link:confluent-schema-registry-integration/README.adoc[README].
Copy file name to clipboardExpand all lines: confluent-schema-registry-integration/README.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ NOTE: The apps can be built and run from w/in an IDE (such as IntelliJ) but you
30
30
* Apache Kafka broker available at `localhost:9092`
31
31
* Confluent Schema Registry available at `localhost:8081`
32
32
33
-
TIP: The included link:../../../tools/kafka/docker-compose/README.adoc#_all_the_things[Kafka tools] can be used to easily start a broker and schema registry locally on the required coordinates
33
+
TIP: The included link:../tools/kafka/docker-compose/README.adoc#_all_the_things[Kafka tools] can be used to easily start a broker and schema registry locally on the required coordinates
0 commit comments