Browse Source

MINOR: Update introduction.html (#8969)

pull/8944/head
Gal Margalit 4 years ago committed by GitHub
parent
commit
5dade71a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/introduction.html

2
docs/introduction.html

@ -33,7 +33,7 @@ @@ -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>

Loading…
Cancel
Save