mjsax commented on code in PR #16265:
URL: https://github.com/apache/kafka/pull/16265#discussion_r1635630058


##########
docs/streams/developer-guide/config-streams.html:
##########
@@ -1017,6 +1022,20 @@ <h4><a class="toc-backref" href="#id14">state.dir</a><a 
class="headerlink" href=
           this path must be unique for each such instance.</div>
       </blockquote>
     </div>
+    <div class="section" id="task-assignor-class">
+      <h4><a class="toc-backref" href="#id39">task.assignor.class</a><a 
class="headerlink" href="#task-assignor-class" title="Permalink to this 
headline"></a></h4>
+      <blockquote>
+        <div>A task assignor class or class name implementing the
+          
<code>org.apache.kafka.streams.processor.assignment.TaskAssignor</code> 
interface". Defaults to the default
+          high-availability task assignor class. One possible alternative 
implementation provided in Apache Kafka is
+          
<code>org.apache.kafka.streams.processor.assignm\\ent.StickyTaskAssignor</code>,
 which was the default behavior

Review Comment:
   ```suggestion
             
<code>org.apache.kafka.streams.processor.assignment.StickyTaskAssignor</code>, 
which was the default behavior
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to