You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2020/05/18 16:32:14 UTC

[kafka] branch trunk updated: Remove redundant TOC and introduction in Running Streams Applications (#8686)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b72ab51  Remove redundant TOC and introduction in Running Streams Applications (#8686)
b72ab51 is described below

commit b72ab51e4d7cfe39094985d7a732618ef57b877f
Author: showuon <43...@users.noreply.github.com>
AuthorDate: Tue May 19 00:30:19 2020 +0800

    Remove redundant TOC and introduction in Running Streams Applications (#8686)
    
    Reviewers: Guozhang Wang <wa...@gmail.com>
---
 docs/streams/developer-guide/running-app.html | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/docs/streams/developer-guide/running-app.html b/docs/streams/developer-guide/running-app.html
index 4cf883e..6b65bb7 100644
--- a/docs/streams/developer-guide/running-app.html
+++ b/docs/streams/developer-guide/running-app.html
@@ -30,23 +30,6 @@
       </div -->
     </div>
   </div>
-                
-  <div class="section" id="running-streams-applications">
-<span id="streams-developer-guide-execution"></span><h1>Running Streams Applications<a class="headerlink" href="#running-streams-applications" title="Permalink to this headline"></a></h1>
-<p>You can run Java applications that use the Kafka Streams library without any additional configuration or requirements.</p>
-<div class="contents local topic" id="table-of-contents">
-<p class="topic-title first"><b>Table of Contents</b></p>
-<ul class="simple">
-<li><a class="reference internal" href="#starting-a-kafka-streams-application" id="id3">Starting a Kafka Streams application</a></li>
-<li><a class="reference internal" href="#elastic-scaling-of-your-application" id="id4">Elastic scaling of your application</a><ul>
-<li><a class="reference internal" href="#adding-capacity-to-your-application" id="id5">Adding capacity to your application</a></li>
-<li><a class="reference internal" href="#removing-capacity-from-your-application" id="id6">Removing capacity from your application</a></li>
-<li><a class="reference internal" href="#state-restoration-during-workload-rebalance" id="id7">State restoration during workload rebalance</a></li>
-<li><a class="reference internal" href="#determining-how-many-application-instances-to-run" id="id8">Determining how many application instances to run</a></li>
-</ul>
-</li>
-</ul>
-</div>
       <div class="section" id="running-streams-applications">
           <span id="streams-developer-guide-execution"></span><h1>Running Streams Applications<a class="headerlink" href="#running-streams-applications" title="Permalink to this headline"></a></h1>
           <p>You can run Java applications that use the Kafka Streams library without any additional configuration or requirements. Kafka Streams