From 1b885be0e2eca50a9042d35724bcf72f219ab213 Mon Sep 17 00:00:00 2001 From: Wondeok Kang Date: Mon, 4 Apr 2022 09:51:28 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ffff9c..287cb46 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ curl --location --request POST 'localhost:18080/produce' \ --header 'Content-Type: application/json' ``` -###There are two types of messages you can send (using request body) : +### There are two types of messages you can send (using request body) : 1. URI Message type ``` { @@ -37,7 +37,7 @@ curl --location --request POST 'localhost:18080/produce' \ } ``` -###Depending on the message you send, you will receive the following response : +### Depending on the message you send, you will receive the following response : 1. Success @@ -60,4 +60,4 @@ curl --location --request POST 'localhost:18080/produce' \ "requestedAt": "2022-04-01T13:00:00", "producedAt": "2022-04-01T22:49:25.695124" } -``` \ No newline at end of file +``` From f994679127f6282089b1829bedf08eaf74802253 Mon Sep 17 00:00:00 2001 From: Wondeok Kang Date: Sat, 9 Apr 2022 20:29:10 +0900 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 287cb46..b257afa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Reactive Kafka with Spring Webflux How send a message? ------------- + The default Path is : ``` curl --location --request POST 'localhost:18080/produce' \