Finish but not works

This commit is contained in:
webmak1
2022-04-09 21:44:43 +03:00
parent 40d354af5b
commit dfcd60c4cb
12 changed files with 207 additions and 23 deletions

View File

@ -1,11 +1,5 @@
# [Amigoscode, Nelson] Microservices and Distributed Systems [ENG, 2022] Kafka Part
<br/>
<div align="center">
<iframe width="853" height="480" src="https://www.youtube.com/embed/SqVfCyfCJqw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br/>
@ -22,6 +16,21 @@
![Application](/img/pic02.png?raw=true)
<br/>
```
// POST
$ curl \
--data '{
"message":"Hooray Amigoscode"
}' \
--header "Content-Type: application/json" \
--request POST \
--url http://localhost:8080/api/v1/messages \
| jq
```
<br/><br/>
---