LoganZhuZzz commented on code in PR #19087: URL: https://github.com/apache/kafka/pull/19087#discussion_r1978871517
########## docs/zk2kraft.html: ########## @@ -241,6 +241,13 @@ <h2 class="anchor-heading">Behavioral Change Reference</h2> <strong>Configuration Value Size Limitation</strong>: KRaft mode restricts configuration values to a maximum size of <code>Short.MAX_VALUE</code>, which prevents using the append operation to create larger configuration values. </li> + <li> + <strong>Policy Class Deployment</strong>: + In KRaft mode, the <code>CreateTopicPolicy</code> and <code>AlterConfigPolicy</code> plugins run on the Controller instead of the Broker. Review Comment: Since the other instances in the HTML use lowercase for `broker` and `controller` I think it’s best to maintain consistency throughout the document. -- 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