Browse Source

Documentation/gifs (#1372)

* 2 gifs

* Update README.md

* Update README.md
agolosen 3 years ago
parent
commit
271112f0f0
3 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md
  2. BIN
      images/Create_message_kafka-ui.gif
  3. BIN
      images/Create_topic_kafka-ui.gif

+ 9 - 0
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
 

BIN
images/Create_message_kafka-ui.gif


BIN
images/Create_topic_kafka-ui.gif