This is an automated email from the ASF dual-hosted git repository.
guozhang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5514cce MINOR: [connect.html] Removing extra "the" (#175)
5514cce is described below
commit 5514cce107bd9782b42226ca9ce4fbd1f1105c57
Author: Rishabh <[email protected]>
AuthorDate: Fri Jan 4 01:24:13 2019 +0530
MINOR: [connect.html] Removing extra "the" (#175)
Reviewers: Guozhang Wang <[email protected]>
---
21/connect.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/21/connect.html b/21/connect.html
index baefc1b..d680f65 100644
--- a/21/connect.html
+++ b/21/connect.html
@@ -66,7 +66,7 @@
> bin/connect-distributed.sh config/connect-distributed.properties
</pre>
- <p>The difference is in the class which is started and the configuration
parameters which change how the Kafka Connect process decides where to store
configurations, how to assign work, and where to store offsets and task
statues. In the distributed mode, Kafka Connect stores the offsets, configs and
task statuses in Kafka topics. It is recommended to manually create the topics
for offset, configs and statuses in order to achieve the desired the number of
partitions and replication f [...]
+ <p>The difference is in the class which is started and the configuration
parameters which change how the Kafka Connect process decides where to store
configurations, how to assign work, and where to store offsets and task
statues. In the distributed mode, Kafka Connect stores the offsets, configs and
task statuses in Kafka topics. It is recommended to manually create the topics
for offset, configs and statuses in order to achieve the desired number of
partitions and replication facto [...]
<p>In particular, the following configuration parameters, in addition to
the common settings mentioned above, are critical to set before starting your
cluster:</p>
<ul>