From 2b263af24b0745d14b1fa2c2a969f1e0a2a0bd67 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Wed, 20 Nov 2019 18:40:14 -0500 Subject: [PATCH] Kafka Transaction sample - README cleanup --- transaction-kafka-samples/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transaction-kafka-samples/README.adoc b/transaction-kafka-samples/README.adoc index 3b5cd18..f6752b9 100644 --- a/transaction-kafka-samples/README.adoc +++ b/transaction-kafka-samples/README.adoc @@ -15,7 +15,7 @@ d. all this as a single transaction === How to start sample Start kafka, zookeeper and mariaDb with `docker-compose up -d` in this folder. -Start each of the individual submodules in this project. Either in your IDE or by running `mvn spring:boot run` in each subfolder. +Start each of the individual submodules in this project, either in your IDE or by running from the command line. Send a POST request to localhost:9997 === How to verify success and failure