mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 03:01:03 +01:00
e5f6bce86f
Former-commit-id: 3775aab2386051b23e127ccc9e3a6accdfdee6d0
22 lines
350 B
Markdown
22 lines
350 B
Markdown
# Writing an API for Apache Kafka with Iris
|
|
|
|
Article is coming soon, follow and stay tuned
|
|
|
|
- <https://medium.com/@kataras>
|
|
- <https://dev.to/kataras>
|
|
|
|
Read [the fully functional example](src/main.go).
|
|
|
|
## Screens
|
|
|
|
![](0_docs.png)
|
|
|
|
![](1_create_topic.png)
|
|
|
|
![](2_list_topics.png)
|
|
|
|
![](3_store_to_topic.png)
|
|
|
|
![](4_retrieve_from_topic_real_time.png)
|
|
|