Class KafkaInputUtils
java.lang.Object
com.linkedin.venice.hadoop.input.kafka.KafkaInputUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VeniceCompressor
getCompressor
(CompressorFactory compressorFactory, CompressionStrategy strategy, String kafkaUrl, String topic, VeniceProperties properties) static VeniceProperties
getConsumerProperties
(org.apache.hadoop.mapred.JobConf config) static KafkaValueSerializer
getKafkaValueSerializer
(org.apache.hadoop.mapred.JobConf config)
-
Constructor Details
-
KafkaInputUtils
public KafkaInputUtils()
-
-
Method Details
-
getConsumerProperties
-
getKafkaValueSerializer
-
getCompressor
public static VeniceCompressor getCompressor(CompressorFactory compressorFactory, CompressionStrategy strategy, String kafkaUrl, String topic, VeniceProperties properties)
-