cameronlee314 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_r264371601
 
 

 ##########
 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:
   I figured that we need to be strict in avoiding new Scala code (or try to 
convert Scala code to Java as much as possible). It doesn't matter for this 
case though, since now this can just be kept within `KafkaConsumerProxy`. I'll 
move it back.
   

----------------------------------------------------------------
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

Reply via email to