chia7712 commented on PR #19223: URL: https://github.com/apache/kafka/pull/19223#issuecomment-2752082932
> The fixed version for [KAFKA-18723](https://issues.apache.org/jira/browse/KAFKA-18723) already includes 3.9.1 and 4.0.1? I grep the git history , and KAFKA-18723 is not in 4.0/3.9. ``` ubuntu@cncf-ubuntu-0:~/project/kafka$ git switch 4.0 Switched to branch '4.0' Your branch is up to date with 'origin/4.0'. ubuntu@cncf-ubuntu-0:~/project/kafka$ git log --grep='18723' ubuntu@cncf-ubuntu-0:~/project/kafka$ ubuntu@cncf-ubuntu-0:~/project/kafka$ git switch 3.9 Switched to branch '3.9' Your branch is up to date with 'origin/3.9'. ubuntu@cncf-ubuntu-0:~/project/kafka$ git log --grep='18723' ubuntu@cncf-ubuntu-0:~/project/kafka$ ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
