m1a2st commented on PR #20275: URL: https://github.com/apache/kafka/pull/20275#issuecomment-3146136406
The RaftClient#upgradeKRaftVersion does not explicitly declare any exceptions in its signature. While this is legal in Java if only unchecked exceptions are thrown, it is still recommended to document such behavior in the Javadoc. Therefore, we can describe the potential exceptions in the method’s comment body to make the behavior clearer to users. -- 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