Repository: kafka Updated Branches: refs/heads/trunk a47bfbcae -> f29203d02
Update docs to reflect kafka trademark status Updated a couple places in docs with the 'registered' trademark symbol. Author: Derrick Or <[email protected]> Reviewers: Jun Rao <[email protected]> Closes #4028 from derrickdoo/kafka-trademark-status Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/f29203d0 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/f29203d0 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/f29203d0 Branch: refs/heads/trunk Commit: f29203d022f110761415c9a2ae2c149b4bc5dd21 Parents: a47bfbc Author: Derrick Or <[email protected]> Authored: Thu Oct 5 13:31:18 2017 -0700 Committer: Jun Rao <[email protected]> Committed: Thu Oct 5 13:31:18 2017 -0700 ---------------------------------------------------------------------- docs/introduction.html | 2 +- docs/uses.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/f29203d0/docs/introduction.html ---------------------------------------------------------------------- diff --git a/docs/introduction.html b/docs/introduction.html index e2219b3..5b3bb4a 100644 --- a/docs/introduction.html +++ b/docs/introduction.html @@ -18,7 +18,7 @@ <script><!--#include virtual="js/templateData.js" --></script> <script id="introduction-template" type="text/x-handlebars-template"> - <h3> Apache Kafka™ is <i>a distributed streaming platform</i>. What exactly does that mean?</h3> + <h3> Apache Kafka® is <i>a distributed streaming platform</i>. What exactly does that mean?</h3> <p>We think of a streaming platform as having three key capabilities:</p> <ol> <li>It lets you publish and subscribe to streams of records. In this respect it is similar to a message queue or enterprise messaging system. http://git-wip-us.apache.org/repos/asf/kafka/blob/f29203d0/docs/uses.html ---------------------------------------------------------------------- diff --git a/docs/uses.html b/docs/uses.html index bf134fc..f1c8407 100644 --- a/docs/uses.html +++ b/docs/uses.html @@ -15,7 +15,7 @@ limitations under the License. --> -<p> Here is a description of a few of the popular use cases for Apache Kafka™. +<p> Here is a description of a few of the popular use cases for Apache Kafka®. For an overview of a number of these areas in action, see <a href="https://engineering.linkedin.com/distributed-systems/log-what-every-software-engineer-should-know-about-real-time-datas-unifying/">this blog post</a>. </p> <h4><a id="uses_messaging" href="#uses_messaging">Messaging</a></h4>
