forked from apache/kafka-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: fix typos and mailto-links (apache#225)
Reviewers: Jim Galasyn <[email protected]>, Matthias J. Sax <[email protected]>
- Loading branch information
1 parent
365a503
commit de31245
Showing
13 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ <h4><a id="basic_ops_modify_topic">Modifying topics</a></h4> | |
<pre> | ||
> bin/kafka-topics.sh --zookeeper zk_host:port/chroot --delete --topic my_topic_name | ||
</pre> | ||
WARNING: Delete topic functionality is beta in 0.8.1. Please report any bugs that you encounter on the <a href="mailto: [email protected]">mailing list</a> or <a href="https://issues.apache.org/jira/browse/KAFKA">JIRA</a>. | ||
WARNING: Delete topic functionality is beta in 0.8.1. Please report any bugs that you encounter on the <a href="mailto:[email protected]">mailing list</a> or <a href="https://issues.apache.org/jira/browse/KAFKA">JIRA</a>. | ||
<p> | ||
Kafka does not currently support reducing the number of partitions for a topic or changing the replication factor. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,16 @@ <h3>Mailing Lists</h3> | |
</p> | ||
<ul> | ||
<li> | ||
<b>User mailing list</b>: A list for general user questions about Kafka®. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Once subscribed, send your emails to <a href="mailto: [email protected]">[email protected]</a>. Archives are available <a href="https://lists.apache.org/[email protected]">here</a>. | ||
<b>User mailing list</b>: A list for general user questions about Kafka®. To subscribe, send an email to <a href="mailto:[email protected]">[email protected]</a>. Once subscribed, send your emails to <a href="mailto:[email protected]">[email protected]</a>. Archives are available <a href="https://lists.apache.org/[email protected]">here</a>. | ||
</li> | ||
<li> | ||
<b>Developer mailing list</b>: A list for discussion on Kafka® development. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Once subscribed, send your emails to <a href="mailto: [email protected]">[email protected]</a>. Archives are available <a href="https://lists.apache.org/[email protected]">here</a>. | ||
<b>Developer mailing list</b>: A list for discussion on Kafka® development. To subscribe, send an email to <a href="mailto:[email protected]">[email protected]</a>. Once subscribed, send your emails to <a href="mailto:[email protected]">[email protected]</a>. Archives are available <a href="https://lists.apache.org/[email protected]">here</a>. | ||
</li> | ||
<li> | ||
<b>JIRA mailing list</b>: A list to track Kafka® <a href="https://issues.apache.org/jira/projects/KAFKA">JIRA</a> notifications. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Archives are available <a href="https://lists.apache.org/[email protected]">here</a>. | ||
<b>JIRA mailing list</b>: A list to track Kafka® <a href="https://issues.apache.org/jira/projects/KAFKA">JIRA</a> notifications. To subscribe, send an email to <a href="mailto:[email protected]">[email protected]</a>. Archives are available <a href="https://lists.apache.org/[email protected]">here</a>. | ||
</li> | ||
<li> | ||
<b>Commit mailing list</b>: A list to track Kafka® commits. To subscribe, send an email to <a href="mailto: [email protected]">[email protected]</a>. Archives are available <a href="http://mail-archives.apache.org/mod_mbox/kafka-commits">here</a>. | ||
<b>Commit mailing list</b>: A list to track Kafka® commits. To subscribe, send an email to <a href="mailto:[email protected]">[email protected]</a>. Archives are available <a href="http://mail-archives.apache.org/mod_mbox/kafka-commits">here</a>. | ||
</li> | ||
</ul> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ <h2>Contributing A Code Change</h2> | |
<li>Make sure you have observed the recommendations in the <a href="coding-guide.html">style guide</a>.</li> | ||
<li>Follow the detailed instructions in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Code+Changes">Contributing Code Changes</a>.</li> | ||
<li>Note that if the change is related to user-facing protocols / interface / configs, etc, you need to make the corresponding change on the documentation as well. For wiki page changes feel free to edit the page content directly (you may need to contact us to get the permission first if it is your first time to edit on wiki); website docs live in the code repo under `docs` so that changes to that can be done in the same PR as changes to the code. Website doc change instructions are given below. | ||
<li>It is our job to follow up on patches in a timely fashion. <a href="mailto: [email protected]">Nag us</a> if we aren't doing our job (sometimes we drop things).</li> | ||
<li>It is our job to follow up on patches in a timely fashion. <a href="mailto:[email protected]">Nag us</a> if we aren't doing our job (sometimes we drop things).</li> | ||
</ul> | ||
|
||
<h2>Contributing A Change To The Website</h2> | ||
|
@@ -36,7 +36,7 @@ <h2>Contributing A Change To The Website</h2> | |
|
||
<ul> | ||
<li>Follow the instructions in <a href="https://cwiki.apache.org/confluence/display/KAFKA/Contributing+Website+Documentation+Changes">Contributing Website Changes</a>.</li> | ||
<li>It is our job to follow up on patches in a timely fashion. <a href="mailto: [email protected]">Nag us</a> if we aren't doing our job (sometimes we drop things). If the patch needs improvement, the reviewer will mark the jira back to "In Progress" after reviewing.</li> | ||
<li>It is our job to follow up on patches in a timely fashion. <a href="mailto:[email protected]">Nag us</a> if we aren't doing our job (sometimes we drop things). If the patch needs improvement, the reviewer will mark the jira back to "In Progress" after reviewing.</li> | ||
</ul> | ||
|
||
<h2>Finding A Project To Work On</h2> | ||
|