Migrate kafka-streams-interactive-query-basic sample app

This commit is contained in:
Chris Bono
2022-06-11 23:13:35 -05:00
committed by Soby Chacko
parent be6db877da
commit 569ab2c5c5
8 changed files with 721 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
== Docker Compose scripts for Kafka
[#run_kafka_cluster]
=== Kafka Cluster
Runs a multi-node Kafka cluster w/ 3 brokers available at `locahost:9091,localhost:9092,localhost:9093`.
@@ -49,6 +50,7 @@ To stop the brokers and the schema registry run the following command:
docker-compose -f ./kafka-cluster.yml -f ./schema-registry.yml down
----
[#_all_the_things]
=== All The Things
The scripts can be chained together to start the cluster, UI and schema registry with the following commmand:
[source,shell]
@@ -61,4 +63,4 @@ Likewise, to stop all the things:
docker-compose -f kafka-cluster.yml -f ./control-center-ui.yml -f ./schema-registry.yml down
----
TIP: The only "UI" representation of the schema registry is by navigating to a `Topic` and then clicking the `Schema` tab for the topic
TIP: The only "UI" representation of the schema registry is by navigating to a `Topic` and then clicking the `Schema` tab for the topic