sjhajharia opened a new pull request, #22974: URL: https://github.com/apache/kafka/pull/22974
The class-level Javadoc example used `Optional.getOrElse(...)`, which isn't a method on `java.util.Optional` (should be `orElse`), and referenced an undefined `rec` variable instead of the actual loop variable `record`. -- 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]
