MINOR: Update introduction.html (#8969)

This commit is contained in:
Gal Margalit 2020-07-02 02:51:29 +03:00 committed by GitHub
parent b8a99be784
commit 5dade71a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<p>To understand how Kafka does these things, let's dive in and explore Kafka's capabilities from the bottom up.</p>
<p>First a few concepts:</p>
<ul>
<li>Kafka is run as a cluster on one or more servers that can span multiple datacenters.
<li>Kafka runs as a cluster on one or more servers that can span multiple datacenters.
<li>The Kafka cluster stores streams of <i>records</i> in categories called <i>topics</i>.
<li>Each record consists of a key, a value, and a timestamp.
</ul>