From b17f70ed665bc2ab1d1fa28babe6f14902d9d75a Mon Sep 17 00:00:00 2001 From: Luke Chen <43372967+showuon@users.noreply.github.com> Date: Fri, 19 Feb 2021 19:36:12 +0800 Subject: [PATCH] MINOR: Fix broken link in quickstart.html (#10161) Update the old anchor #intro_topic to #intro_concepts_and_terms Reviewers: Mickael Maison --- docs/quickstart.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.html b/docs/quickstart.html index 5e2a1d95bdf..e70c63a5b64 100644 --- a/docs/quickstart.html +++ b/docs/quickstart.html @@ -82,7 +82,7 @@ $ bin/kafka-server-start.sh config/server.properties

Example events are payment transactions, geolocation updates from mobile phones, shipping orders, sensor measurements from IoT devices or medical equipment, and much more. These events are organized and stored in - topics. + topics. Very simplified, a topic is similar to a folder in a filesystem, and the events are the files in that folder.

@@ -95,7 +95,7 @@ $ bin/kafka-server-start.sh config/server.properties

All of Kafka's command line tools have additional options: run the kafka-topics.sh command without any arguments to display usage information. For example, it can also show you - details such as the partition count + details such as the partition count of the new topic: