ableegoldman commented on code in PR #16265: URL: https://github.com/apache/kafka/pull/16265#discussion_r1637334663
########## docs/streams/developer-guide/config-streams.html: ########## @@ -441,8 +441,8 @@ <h4><a class="toc-backref" href="#id23">num.standby.replicas</a><a class="header </tr> <tr class="row-even"><td>task.assignor.class</td> <td>Medium</td> - <td colspan="2">A task assignor class or class name implementing the <code>org.apache.kafka.streams.processor.assignment.TaskAssignor</code> interface.</td> - <td>The default high-availability task assignor.</td> + <td colspan="2">A task assignor class or class name implementing the <code>TaskAssignor</code> interface.</td> Review Comment: alternatively we might just want to rename the old interface to `LegacyTaskAssignor` or something like that. See my message on CC slack cc @mjsax -- 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