[
https://issues.apache.org/jira/browse/SAMZA-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969395#comment-15969395
]
Navina Ramesh commented on SAMZA-1026:
--------------------------------------
[~pmaheshwari] Thanks for re-opening! Totally agree that we cannot skip it.
> HDFS System Producer should not have Kafka dependency
> -----------------------------------------------------
>
> Key: SAMZA-1026
> URL: https://issues.apache.org/jira/browse/SAMZA-1026
> Project: Samza
> Issue Type: Sub-task
> Reporter: Hai
> Priority: Minor
> Fix For: 0.13.0
>
>
> Currently HDFSSystemFactory has seemly unnecessary dependency on Kafka:
> def getProducer(systemName: String, config: Config, registry:
> MetricsRegistry) = {
> val clientId = KafkaUtil.getClientId("samza-producer", config)
> val metrics = new HdfsSystemProducerMetrics(systemName, registry)
> new HdfsSystemProducer(systemName, clientId, config, metrics)
> }
> Should try to get rid of the dependency
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)