m1a2st opened a new pull request, #20504: URL: https://github.com/apache/kafka/pull/20504
When using the find command, it currently lists all directories and files. However, if it cannot find a child node, it throws an exception and prevents the subsequent directories from being printed. I think we should change this behavior to print an error message instead of throwing an exception, which would be more user-friendly. In addition, since zkMigrationState is not used in Kafka 4.X, we should remove this child node. This was missed in this https://github.com/apache/kafka/commit/772aa241b2f1c3e8c8b7ad73ddc910c8272f2d1d -- 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