stanislavkozlovski commented on code in PR #15400: URL: https://github.com/apache/kafka/pull/15400#discussion_r1497263980
########## docs/upgrade.html: ########## @@ -34,6 +34,8 @@ <h5><a id="upgrade_370_notable" href="#upgrade_370_notable">Notable changes in 3 <li>Kafka Streams ships multiple KIPs for IQv2 support. See the <a href="/{{version}}/documentation/streams/upgrade-guide#streams_api_changes_370">Kafka Streams upgrade section</a> for more details. </li> + <li>A serious bug found in RoundRobinPartitioner that it will only send to half of the partitions. Review Comment: ```suggestion <li>A serious bug found in the producer's RoundRobinPartitioner has it send data to only half of the partitions, going completely against its goal of sending data in a round-robin way to all partitions. ``` -- 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