2022-04-09 14:57:53 +02:00
|
|
|
# [Amigoscode, Nelson] Microservices and Distributed Systems [ENG, 2022] Kafka Part
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
### IntellJ Idea (Ultimate)
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
![Application](/img/pic01.png?raw=true)
|
|
|
|
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
![Application](/img/pic02.png?raw=true)
|
|
|
|
|
|
|
|
|
2022-04-09 20:44:43 +02:00
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
```
|
|
|
|
// POST
|
|
|
|
$ curl \
|
|
|
|
--data '{
|
|
|
|
"message":"Hooray Amigoscode"
|
|
|
|
}' \
|
|
|
|
--header "Content-Type: application/json" \
|
|
|
|
--request POST \
|
|
|
|
--url http://localhost:8080/api/v1/messages \
|
|
|
|
| jq
|
|
|
|
```
|
|
|
|
|
2022-04-09 14:57:53 +02:00
|
|
|
<br/><br/>
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
**Marley**
|
|
|
|
|
|
|
|
Any questions in english: <a href="https://javadev.org/chat/">Telegram Chat</a>
|
|
|
|
Любые вопросы на русском: <a href="https://javadev.ru/chat/">Телеграм чат</a>
|