Skip to content

Commit 9801ed6

Browse files
authored
Create readme.md
1 parent 77e70df commit 9801ed6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Use of Kafka in Microservices
2+
3+
```
4+
curl --location 'http://localhost:9001/api/order' \
5+
--header 'Content-Type: application/json' \
6+
--data '{
7+
"orderLocation": "IND",
8+
"creditCardNumber": "1234567890",
9+
"items": [
10+
{
11+
"itemName": "iPhone 16",
12+
"price": 1000,
13+
"quantity": "10"
14+
}
15+
]
16+
}'
17+
```
18+
19+
```
20+
21+
```

0 commit comments

Comments
 (0)