1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-18 10:27:06 +00:00

NEW TUTORIAL: Writing an API for Apache Kafka with Iris: _examples/tutorial/api-for-apache-kafka. Hope you will enjoy it as I did the whole night:)

Former-commit-id: c88f5bbbe171e386c855b91be265b972caa3c1a8
This commit is contained in:
Gerasimos (Makis) Maropoulos
2018-08-04 05:50:22 +03:00
parent f6160c61bd
commit 8b5c106d1c
9 changed files with 382 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
# 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
![](1_create_topic.png)
![](2_list_topics.png)
![](3_store_to_topic.png)
![](4_retrieve_from_topic_real_time.png)