iris/_examples/tutorial/api-for-apache-kafka
2020-03-05 22:41:27 +02:00
..
src examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example. 2020-03-05 22:41:27 +02:00
1_create_topic.png 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:) 2018-08-04 05:50:22 +03:00
2_list_topics.png 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:) 2018-08-04 05:50:22 +03:00
3_store_to_topic.png 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:) 2018-08-04 05:50:22 +03:00
4_retrieve_from_topic_real_time.png 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:) 2018-08-04 05:50:22 +03:00
0_docs.png examples: writing an API for the Apache Kafka: add a root handler for routes documentation to make navigation easier and add some other methods that may find them useful for request state and routes description 2018-08-05 13:51:05 +03:00
README.md examples: writing an API for the Apache Kafka: add a root handler for routes documentation to make navigation easier and add some other methods that may find them useful for request state and routes description 2018-08-05 13:51:05 +03:00

Writing an API for Apache Kafka with Iris

Article is coming soon, follow and stay tuned

Read the fully functional example.

Screens