prateekm commented on a change in pull request #947: SAMZA-2120: Enable custom handling of ConsumerRecords consumed by Kafka URL: https://github.com/apache/samza/pull/947#discussion_r264353406
########## File path: samza-kafka/src/main/scala/org/apache/samza/util/KafkaUtilJava.java ########## @@ -0,0 +1,12 @@ +package org.apache.samza.util; + +import org.apache.kafka.clients.consumer.ConsumerRecord; + + +public class KafkaUtilJava { Review comment: Prefer inlining, or just calling this KafkaUtil, or if one already exists, moving method there (even if it's Scala). ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services