diff --git a/README.md b/README.md index c5ac2f66b3..4d4879cb17 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ Set up UI for Apache Kafka with just a couple of easy commands to visualize your * **Dynamic Topic Configuration** — create and configure new topics with dynamic configuration * **Configurable Authentification** — secure your installation with optional Github/Gitlab/Google OAuth 2.0 + # The Interface +UI for Apache Kafka makes it easy for you to create topics in your browser by several clicks, +pasting your own parameters, and viewing topics in the list. + +![Create Topic](https://github.com/provectus/kafka-ui/blob/6d1219c70e9e24e52db64936e1a5d5ada189fecc/images/Create_topic_kafka-ui.gif) + +Let's say we want to produce messages for our topic. With the UI for Apache Kafka we can send or write data/messages to the Kafka topics without effort by specifying parameters, and viewing messages in the list. + +![Produce Message](https://github.com/provectus/kafka-ui/blob/8ecc012e6ce2b5651bdd5fef9056cc8edd9b41bf/images/Create_message_kafka-ui.gif) # Getting Started diff --git a/images/Create_message_kafka-ui.gif b/images/Create_message_kafka-ui.gif new file mode 100644 index 0000000000..d7cfed6ba3 Binary files /dev/null and b/images/Create_message_kafka-ui.gif differ diff --git a/images/Create_topic_kafka-ui.gif b/images/Create_topic_kafka-ui.gif new file mode 100644 index 0000000000..0f931fd3e6 Binary files /dev/null and b/images/Create_topic_kafka-ui.gif differ