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

divijv 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 48027117 MINOR: Fix formatting for configs (#549)
48027117 is described below

commit 480271176c8a706d6a0e981d5a8a41a755037a03
Author: Divij Vaidya <[email protected]>
AuthorDate: Fri Sep 22 10:47:28 2023 +0200

    MINOR: Fix formatting for configs (#549)
    
    Reviewers: Satish Duggana <[email protected]>, Kamal 
Chandraprakash<[email protected]>, Josep Prat <[email protected]>
---
 36/generated/streams_config.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/36/generated/streams_config.html b/36/generated/streams_config.html
index a364c123..695de446 100644
--- a/36/generated/streams_config.html
+++ b/36/generated/streams_config.html
@@ -201,7 +201,7 @@
 </li>
 <li>
 <h4><a id="rack.aware.assignment.non_overlap_cost"></a><a 
id="streamsconfigs_rack.aware.assignment.non_overlap_cost" 
href="#streamsconfigs_rack.aware.assignment.non_overlap_cost">rack.aware.assignment.non_overlap_cost</a></h4>
-<p>Cost associated with moving tasks from existing assignment. This config and 
<code>rack.aware.assignment.traffic_cost</code> controls whether the 
optimization algorithm favors minimizing cross rack traffic or minimize the 
movement of tasks in existing assignment. If set a larger value 
<code>org.apache.kafka.streams.processor.internals.assignment.RackAwareTaskAssignor<code/>
 will optimize to maintain the existing assignment. The default value is null 
which means it will use default non_ [...]
+<p>Cost associated with moving tasks from existing assignment. This config and 
<code>rack.aware.assignment.traffic_cost</code> controls whether the 
optimization algorithm favors minimizing cross rack traffic or minimize the 
movement of tasks in existing assignment. If set a larger value 
<code>org.apache.kafka.streams.processor.internals.assignment.RackAwareTaskAssignor</code>
 will optimize to maintain the existing assignment. The default value is null 
which means it will use default non_ [...]
 <table><tbody>
 <tr><th>Type:</th><td>int</td></tr>
 <tr><th>Default:</th><td>null</td></tr>

Reply via email to