Fix readme images paths
This commit is contained in:
parent
f4f8b4fa67
commit
fad14f59e5
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -35,17 +35,17 @@ UI for Apache Kafka wraps major functions of Apache Kafka with an intuitive user
|
||||||
UI for Apache Kafka makes it easy for you to create topics in your browser by several clicks,
|
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.
|
pasting your own parameters, and viewing topics in the list.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
It's possible to jump from connectors view to corresponding topics and from a topic to consumers (back and forth) for more convenient navigation.
|
It's possible to jump from connectors view to corresponding topics and from a topic to consumers (back and forth) for more convenient navigation.
|
||||||
connectors, overview topic`s settings.
|
connectors, overview topic settings.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Messages
|
### Messages
|
||||||
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Schema registry
|
## Schema registry
|
||||||
There are 3 supported types of schemas: Avro®, JSON Schema, and Protobuf schemas.
|
There are 3 supported types of schemas: Avro®, JSON Schema, and Protobuf schemas.
|
||||||
|
@ -55,7 +55,7 @@ There are 3 supported types of schemas: Avro®, JSON Schema, and Protobuf schema
|
||||||
Before producing avro-encoded messages, you have to add an avro schema for the topic in Schema Registry. Now all these steps are easy to do
|
Before producing avro-encoded messages, you have to add an avro schema for the topic in Schema Registry. Now all these steps are easy to do
|
||||||
with a few clicks in a user-friendly interface.
|
with a few clicks in a user-friendly interface.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# Getting Started
|
# Getting Started
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue